summaryrefslogtreecommitdiff
path: root/next-lib/src/api
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-10-28 14:05:11 +0000
committeraarne <aarne@cs.chalmers.se>2008-10-28 14:05:11 +0000
commit128809b7b8382acdd7ad46be95c0ac8a6d3231a7 (patch)
treeb42e2de3cd925009b87ee598e99dc5ef2f533be2 /next-lib/src/api
parentebd98056ce9d478f0aca68d752a49d87f7431ec9 (diff)
fixes in next resource needed for Attempto
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 ed7b01560..3f29d4967 100644
--- a/next-lib/src/api/Constructors.gf
+++ b/next-lib/src/api/Constructors.gf
@@ -1631,7 +1631,7 @@ incomplete resource Constructors = open Grammar in {
ComplV2 : V2 -> NP -> VP = \v,np -> ComplSlash (SlashV2a v) np ;
ComplV2A : V2A -> NP -> AP -> VP = \v,np,ap -> ComplSlash (SlashV2A v ap) np ;
- ComplV3 : V3 -> NP -> NP -> VP = \v,o,d -> ComplSlash (Slash2V3 v o) d ;
+ ComplV3 : V3 -> NP -> NP -> VP = \v,o,d -> ComplSlash (Slash3V3 v o) d ;
that_NP : NP = DetNP (DetQuant that_Quant sgNum) ;
this_NP : NP = DetNP (DetQuant this_Quant sgNum) ;