mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-06 21:56:31 -06:00
10 lines
133 B
Plaintext
10 lines
133 B
Plaintext
concrete TestEng of Test =
|
|
NounEng,
|
|
VerbEng,
|
|
SentenceEng,
|
|
QuestionEng,
|
|
UntensedEng,
|
|
-- TensedEng,
|
|
LexEng
|
|
** {} ;
|