mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-14 09:30:13 -06:00
20 lines
280 B
Plaintext
20 lines
280 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarSlo of Grammar =
|
|
NounSlo,
|
|
VerbSlo,
|
|
AdjectiveSlo,
|
|
AdverbSlo,
|
|
NumeralSlo,
|
|
SentenceSlo,
|
|
QuestionSlo,
|
|
RelativeSlo,
|
|
ConjunctionSlo,
|
|
PhraseSlo,
|
|
TextSlo,
|
|
StructuralSlo,
|
|
IdiomSlo,
|
|
TenseSlo
|
|
** {
|
|
}
|