reimplemented Combinators with Constructors in next-resource

This commit is contained in:
aarne
2008-09-13 10:18:52 +00:00
parent defc63935a
commit e83a3a76f1
18 changed files with 119 additions and 70 deletions
+7
View File
@@ -1666,6 +1666,13 @@ incomplete resource Constructors = open Grammar in {
those_QuantPl : QuantPl ; -- 5. those
-}
-- export needed, since not in Cat
ListAdv : Type = Grammar.ListAdv ;
ListAP : Type = Grammar.ListAP ;
ListNP : Type = Grammar.ListNP ;
ListS : Type = Grammar.ListS ;
-- bw to 1.4
Art : Type = Quant ;