1
0
forked from GitHub/gf-rgl

zulu inclusion

This commit is contained in:
Laurette Marais
2022-04-28 08:53:37 +02:00
parent a72600b27c
commit 8b05843585
66 changed files with 43788 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
concrete CatExtZul of CatExt = open ResZul,Prelude,ParamX in {
lincat
Loc = { s : CType => Agr => Polarity => BasicTense => Str } ;
LocN = { s : Str } ;
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 } ;
}