forked from GitHub/gf-core
a logic library; fix in make mathematical
This commit is contained in:
10
examples/logic/TheoryEng.gf
Normal file
10
examples/logic/TheoryEng.gf
Normal 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),
|
||||
;
|
||||
Reference in New Issue
Block a user