mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-19 16:20:16 -06:00
20 lines
291 B
Plaintext
20 lines
291 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarLat of Grammar =
|
|
NounLat,
|
|
VerbLat,
|
|
AdjectiveLat,
|
|
AdverbLat,
|
|
NumeralLat,
|
|
SentenceLat,
|
|
QuestionLat,
|
|
RelativeLat,
|
|
ConjunctionLat,
|
|
PhraseLat,
|
|
TextX-[Adv],
|
|
TenseX-[Adv],
|
|
StructuralLat
|
|
-- IdiomLat
|
|
** {
|
|
} ;
|