diff options
Diffstat (limited to 'next-lib/src/english/ExtraEngAbs.gf')
| -rw-r--r-- | next-lib/src/english/ExtraEngAbs.gf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/next-lib/src/english/ExtraEngAbs.gf b/next-lib/src/english/ExtraEngAbs.gf index 9ee849627..f71b7080d 100644 --- a/next-lib/src/english/ExtraEngAbs.gf +++ b/next-lib/src/english/ExtraEngAbs.gf @@ -2,9 +2,9 @@ abstract ExtraEngAbs = Extra ** { -- uncontracted negations; contracted are the default fun - UncNegCl : Tense -> Ant -> Cl -> S ; - UncNegQCl : Tense -> Ant -> QCl -> QS ; - UncNegRCl : Tense -> Ant -> RCl -> RS ; + UncNegCl : Temp -> Cl -> S ; + UncNegQCl : Temp -> QCl -> QS ; + UncNegRCl : Temp -> RCl -> RS ; UncNegImpSg : Imp -> Utt; -- do not help yourself UncNegImpPl : Imp -> Utt; -- do not help yourselves |
