From a94143ee92565dadb1caaf1042f303878059c200 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 28 Mar 2009 20:22:07 +0000 Subject: BronzeageAra compiles again, via minimal Syntax --- next-lib/src/api/Constructors.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'next-lib/src/api') diff --git a/next-lib/src/api/Constructors.gf b/next-lib/src/api/Constructors.gf index c9e227ccf..fef8620f2 100644 --- a/next-lib/src/api/Constructors.gf +++ b/next-lib/src/api/Constructors.gf @@ -1657,7 +1657,7 @@ incomplete resource Constructors = open Grammar in { DetPl : Quant -> Num -> Ord -> Det = DetQuantOrd ; --# notminimal ComplV2 : V2 -> NP -> VP = \v,np -> ComplSlash (SlashV2a v) np ; - ComplV2A : V2A -> NP -> AP -> VP = \v,np,ap -> ComplSlash (SlashV2A v ap) np ; + ComplV2A : V2A -> NP -> AP -> VP = \v,np,ap -> ComplSlash (SlashV2A v ap) np ; --# notminimal ComplV3 : V3 -> NP -> NP -> VP = \v,o,d -> ComplSlash (Slash3V3 v o) d ; that_NP : NP = DetNP (DetQuant that_Quant sgNum) ; --# notminimal -- cgit v1.2.3