diff options
Diffstat (limited to 'old-examples/wiki/EditorFin.gf')
| -rw-r--r-- | old-examples/wiki/EditorFin.gf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/old-examples/wiki/EditorFin.gf b/old-examples/wiki/EditorFin.gf new file mode 100644 index 000000000..a56b1fb68 --- /dev/null +++ b/old-examples/wiki/EditorFin.gf @@ -0,0 +1,7 @@ + +--# -path=.:present:prelude + +concrete EditorFin of Editor = EditorI with + + (Syntax = SyntaxFin), + (LexEditor = LexEditorFin) ; |
