mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
(zul) misc changes
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
concrete CatExtZul of CatExt = open ResZul,Prelude,ParamX in {
|
||||
|
||||
lincat
|
||||
Loc = { s : CType => Agr => Polarity => BasicTense => Str } ;
|
||||
Loc = {
|
||||
s : CType => Agr => Polarity => BasicTense => Str ;
|
||||
imp_s : Number => Polarity => Str
|
||||
} ;
|
||||
LocN = { s : Str } ;
|
||||
LocAdv = { s : Str ; reqLocS : Bool } ;
|
||||
QuantStem = { s : Agr => Str } ;
|
||||
RelStem = { s : Str } ;
|
||||
VAux = { s : Str ; at : AuxType } ;
|
||||
|
||||
Reference in New Issue
Block a user