Files
gf-core/old-examples/wiki/EditorEng.gf

8 lines
129 B
Plaintext

--# -path=.:present:prelude
concrete EditorEng of Editor = EditorI with
(Syntax = SyntaxEng),
(LexEditor = LexEditorEng) ;