mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
10 lines
290 B
Plaintext
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),
|
|
; |