1
0
forked from GitHub/gf-core
Files
gf-core/old-examples/tutorial/semantics/BaseIEng.gf

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) ;