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