diff options
| author | bjorn <bjorn@bringert.net> | 2008-10-31 09:22:09 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-10-31 09:22:09 +0000 |
| commit | 6fcfe5d7b7360b7092cb87c66d717443b374d1a4 (patch) | |
| tree | c84070ba2aea68073a1aeeba98b9ebaf9acb796e /next-lib/src/english/ExtraEngAbs.gf | |
| parent | b49a021608d1e15a17ffd54195aa812dbed2948f (diff) | |
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,
Diffstat (limited to 'next-lib/src/english/ExtraEngAbs.gf')
| -rw-r--r-- | next-lib/src/english/ExtraEngAbs.gf | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
