Files
gf-core/examples/wiki/EditorSpa.gf
2008-03-04 11:56:12 +00:00

8 lines
129 B
Plaintext

--# -path=.:present:prelude
concrete EditorSpa of Editor = EditorI with
(Syntax = SyntaxSpa),
(LexEditor = LexEditorSpa) ;