mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 04:16:30 -06:00
20 lines
280 B
Plaintext
20 lines
280 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarHrv of Grammar =
|
|
NounHrv,
|
|
VerbHrv,
|
|
AdjectiveHrv,
|
|
AdverbHrv,
|
|
NumeralHrv,
|
|
SentenceHrv,
|
|
QuestionHrv,
|
|
RelativeHrv,
|
|
ConjunctionHrv,
|
|
PhraseHrv,
|
|
TextHrv,
|
|
StructuralHrv,
|
|
IdiomHrv,
|
|
TenseHrv
|
|
** {
|
|
}
|