forked from GitHub/gf-core
9 lines
221 B
Plaintext
9 lines
221 B
Plaintext
--# -path=.:../abstract:../../prelude
|
|
|
|
concrete SimpleEng of Simple = CategoriesEng ** SimpleI with
|
|
(Categories = CategoriesEng),
|
|
(Rules = RulesEng),
|
|
(Structural = StructuralEng),
|
|
(Verbphrase = VerbphraseEng)
|
|
;
|