diff options
| author | bjorn <bjorn@bringert.net> | 2008-10-29 13:27:04 +0000 |
|---|---|---|
| committer | bjorn <bjorn@bringert.net> | 2008-10-29 13:27:04 +0000 |
| commit | 856d401337699e70588f79f01351208c2f7239a0 (patch) | |
| tree | 4d3893e801625ff252ffa11387a16abfdec58e7c /next-lib/src/english/ExtraEngAbs.gf | |
| parent | 03fb2af472e376aedadc4e8e386df24491c5d547 (diff) | |
Changed UncNegX in ExtraEng to take a Temp rather than Tense and Ant arguments.
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 |
