reimplemented Combinators with Constructors in next-resource

This commit is contained in:
aarne
2008-09-13 10:18:52 +00:00
parent 04e8c2458e
commit c3ea6a7399
18 changed files with 119 additions and 70 deletions

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 ;