mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-20 18:29:33 -06:00
18 lines
269 B
Plaintext
18 lines
269 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarDut of Grammar =
|
|
NounDut,
|
|
VerbDut,
|
|
AdjectiveDut,
|
|
AdverbDut,
|
|
NumeralDut,
|
|
SentenceDut,
|
|
QuestionDut,
|
|
RelativeDut,
|
|
ConjunctionDut,
|
|
PhraseDut,
|
|
TextX,
|
|
IdiomDut,
|
|
StructuralDut,
|
|
TenseX ;
|