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