mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-12 16:40:11 -06:00
22 lines
604 B
Plaintext
Executable File
22 lines
604 B
Plaintext
Executable File
concrete CatExtZul of CatExt = open ResZul,Prelude,ParamX in {
|
|
|
|
lincat
|
|
Loc = {
|
|
s : CType => Agr => Polarity => BasicTense => Str ;
|
|
imp_s : Number => Polarity => Str ;
|
|
inf_s : NForm => Polarity => Str
|
|
} ;
|
|
LocN = { s : Str } ;
|
|
LocAdv = { s : Str ; reqLocS : Bool } ;
|
|
QuantStem = { s : Agr => Str } ;
|
|
RelStem = { s : Str } ;
|
|
VAux = { s : Str ; at : AuxType } ;
|
|
ConjN = { s : Str } ;
|
|
IAdj = { s : AForm => Str } ;
|
|
-- INAdv = { s : Str ; postIAdv : Bool } ;
|
|
|
|
Postdet = { s : Agr => Str } ;
|
|
SubCl = { s : Polarity => BasicTense => Str } ;
|
|
|
|
}
|