forked from GitHub/gf-rgl
20 lines
281 B
Plaintext
20 lines
281 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarLat of Grammar =
|
|
NounLat,
|
|
VerbLat,
|
|
AdjectiveLat,
|
|
AdverbLat,
|
|
NumeralLat,
|
|
SentenceLat,
|
|
QuestionLat,
|
|
-- RelativeLat,
|
|
ConjunctionLat,
|
|
PhraseLat,
|
|
TextX,
|
|
TenseX,
|
|
StructuralLat
|
|
-- IdiomLat
|
|
** {
|
|
} ;
|