a logic library; fix in make mathematical

This commit is contained in:
aarne
2006-11-26 17:14:20 +00:00
parent 13531a66a3
commit c75688651e
5 changed files with 128 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--# -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),
;