Files
gf-core/examples/logic/TheoryEng.gf
2006-11-26 17:14:20 +00:00

10 lines
290 B
Plaintext

--# -path=.:mathematical:present:resource-1.0/api:prelude
concrete TheoryEng of Theory = TheoryI with
(LexTheory = LexTheoryEng),
(Grammar = GrammarEng),
(Symbolic = SymbolicEng),
(Symbol = SymbolEng),
(Combinators = CombinatorsEng),
(Constructors = ConstructorsEng),
;