1
0
forked from GitHub/gf-core
Files
gf-core/examples/mathtext/MathTextEng.gf
2009-12-18 11:08:39 +00:00

6 lines
174 B
Plaintext

concrete MathTextEng of MathText = LogicEng ** MathTextI with
(LexLogic = LexLogicEng),
(Syntax = SyntaxEng),
(Lang = LangEng), ---- ImpP3
(Symbolic = SymbolicEng) ;