1
0
forked from GitHub/gf-core
Files
gf-core/examples/tutorial/old/semantics/BaseIEng.gf
2008-11-11 10:28:32 +00:00

9 lines
214 B
Plaintext

--# -path=.:prelude:present:api:mathematical
concrete BaseIEng of Base = BaseI with
(Syntax = SyntaxEng),
(Grammar = GrammarEng),
(G = GrammarEng),
(Symbolic = SymbolicEng),
(LexBase = LexBaseEng) ;