(zul) new clause type

This commit is contained in:
Laurette Marais
2022-06-10 09:24:19 +02:00
parent ef771d62fa
commit f2c1fede4f
2 changed files with 2 additions and 0 deletions

View File

@@ -11,5 +11,6 @@ concrete CatExtZul of CatExt = open ResZul,Prelude,ParamX in {
-- INAdv = { s : Str ; postIAdv : Bool } ; -- INAdv = { s : Str ; postIAdv : Bool } ;
Postdet = { s : Agr => Str } ; Postdet = { s : Agr => Str } ;
SubCl = { s : Polarity => BasicTense => Str } ;
} }

View File

@@ -11,5 +11,6 @@ abstract CatExt = {
-- INAdv ; -- which/-phi? -- INAdv ; -- which/-phi?
Postdet ; Postdet ;
SubCl ;
} }