summaryrefslogtreecommitdiff
path: root/examples/wiki/EditorFin.gf
blob: a56b1fb689e90a945f3e2365c1c22c4c5b8af89b (plain)
1
2
3
4
5
6
7

--# -path=.:present:prelude

concrete EditorFin of Editor = EditorI with

	(Syntax		= SyntaxFin),
	(LexEditor	= LexEditorFin) ;