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

6 lines
154 B
Plaintext

concrete LogicEng of Logic = SymbolsX ** LogicI with
(LexLogic = LexLogicEng),
(Lang = LangEng),
(Syntax = SyntaxEng),
(Symbolic = SymbolicEng) ;