From e5609681443db9b73a9c4dca43af43cc30cf5b53 Mon Sep 17 00:00:00 2001 From: gdetrez Date: Fri, 11 Dec 2009 13:21:19 +0000 Subject: [PATCH] Example was not parsed. --- lib/src/api/Constructors.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/api/Constructors.gf b/lib/src/api/Constructors.gf index a4396cb09..b440c0346 100644 --- a/lib/src/api/Constructors.gf +++ b/lib/src/api/Constructors.gf @@ -635,7 +635,7 @@ incomplete resource Constructors = open Grammar in { -- Conjunction can be formed from two or more adjectival phrases. mkAP : Conj -> AP -> AP -> AP ; -- 10. old and big --# notminimal - mkAP : Conj -> ListAP -> AP ; -- 11. old, big, and warm --# notminimal + mkAP : Conj -> ListAP -> AP ; -- 11. old, big and warm --# notminimal mkAP : Ord -> AP ; -- 12. oldest --# notminimal mkAP : CAdv -> AP -> NP -> AP ; -- 13. as old as John --# notminimal