summaryrefslogtreecommitdiff
path: root/next-lib/src/api
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2009-03-28 20:22:07 +0000
committeraarne <aarne@cs.chalmers.se>2009-03-28 20:22:07 +0000
commita94143ee92565dadb1caaf1042f303878059c200 (patch)
treedb11b1bbfe4c18afd71f8444436dd5535e989b20 /next-lib/src/api
parent71bb4eda8a34e39a3ef853e40f8be93494f975f4 (diff)
BronzeageAra compiles again, via minimal Syntax
Diffstat (limited to 'next-lib/src/api')
-rw-r--r--next-lib/src/api/Constructors.gf2
1 files changed, 1 insertions, 1 deletions
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