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