mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 10:42:50 -06:00
14 lines
184 B
Plaintext
14 lines
184 B
Plaintext
--# -path=.:prelude
|
|
|
|
concrete TestEng of Test =
|
|
NounEng,
|
|
VerbEng,
|
|
AdjectiveEng,
|
|
NumeralEng,
|
|
SentenceEng,
|
|
QuestionEng,
|
|
UntensedEng,
|
|
-- TensedEng,
|
|
LexEng
|
|
** {} ;
|