From 6fcfe5d7b7360b7092cb87c66d717443b374d1a4 Mon Sep 17 00:00:00 2001 From: bjorn Date: Fri, 31 Oct 2008 09:22:09 +0000 Subject: Added Pol argument to ExtraEng.Unc* to give them the same signatures as the standard (contracted) versions. This makes it easier to use Unc* as a variant without getting meta-variables when parsing, --- next-lib/src/english/ExtraEngAbs.gf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'next-lib/src/english/ExtraEngAbs.gf') diff --git a/next-lib/src/english/ExtraEngAbs.gf b/next-lib/src/english/ExtraEngAbs.gf index f97f2551d..38da65a38 100644 --- a/next-lib/src/english/ExtraEngAbs.gf +++ b/next-lib/src/english/ExtraEngAbs.gf @@ -2,12 +2,12 @@ abstract ExtraEngAbs = Extra ** { -- uncontracted negations; contracted are the default fun - UncNegCl : Temp -> Cl -> S ; - UncNegQCl : Temp -> QCl -> QS ; - UncNegRCl : Temp -> RCl -> RS ; + UncNegCl : Temp -> Pol -> Cl -> S ; + UncNegQCl : Temp -> Pol -> QCl -> QS ; + UncNegRCl : Temp -> Pol -> RCl -> RS ; - UncNegImpSg : Imp -> Utt; -- do not help yourself - UncNegImpPl : Imp -> Utt; -- do not help yourselves + UncNegImpSg : Pol -> Imp -> Utt; -- do not help yourself + UncNegImpPl : Pol -> Imp -> Utt; -- do not help yourselves -- freely compounded nouns -- cgit v1.2.3