From 8e20034e18d998c154a897b3068db1091d9511d0 Mon Sep 17 00:00:00 2001 From: bringert Date: Mon, 5 Nov 2007 16:55:32 +0000 Subject: [PATCH] Added a space in one of the types of mkCl to allow MkSynopsis to use words to find the categories in the type. --- lib/resource-1.0/api/Constructors.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/resource-1.0/api/Constructors.gf b/lib/resource-1.0/api/Constructors.gf index e8c883bf7..81cb38f9f 100644 --- a/lib/resource-1.0/api/Constructors.gf +++ b/lib/resource-1.0/api/Constructors.gf @@ -234,7 +234,7 @@ incomplete resource Constructors = open Grammar in { mkCl : NP -> VS -> S -> Cl ; -- 5. John says that it is good mkCl : NP -> VQ -> QS -> Cl ; -- 6. John wonders if it is good mkCl : NP -> VA -> AP -> Cl ; -- 7. John becomes old - mkCl : NP -> V2A ->NP -> AP -> Cl ; -- 8. John paints it red + mkCl : NP -> V2A -> NP -> AP -> Cl ; -- 8. John paints it red mkCl : NP -> A -> Cl ; -- 9. John is old mkCl : NP -> A -> NP -> Cl ; -- 10. John is older than her mkCl : NP -> A2 -> NP -> Cl ; -- 11. John is married to her