summaryrefslogtreecommitdiff
path: root/next-lib/src/english/ExtraEngAbs.gf
diff options
context:
space:
mode:
authorbjorn <bjorn@bringert.net>2008-10-29 13:27:04 +0000
committerbjorn <bjorn@bringert.net>2008-10-29 13:27:04 +0000
commit856d401337699e70588f79f01351208c2f7239a0 (patch)
tree4d3893e801625ff252ffa11387a16abfdec58e7c /next-lib/src/english/ExtraEngAbs.gf
parent03fb2af472e376aedadc4e8e386df24491c5d547 (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.gf6
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