1
0
forked from GitHub/gf-core
Files
gf-core/examples/tutorial/embedded/MathEng.gf
2007-09-05 14:05:42 +00:00

7 lines
156 B
Plaintext

--# -path=.:present:prelude:mathematical
concrete MathEng of Math = MathI with
(Syntax = SyntaxEng),
(Symbol = SymbolEng),
(LexMath = LexMathEng) ;