diff options
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 |
