Changed UncNegX in ExtraEng to take a Temp rather than Tense and Ant arguments.

This commit is contained in:
bjorn
2008-10-29 13:27:04 +00:00
parent 03fb2af472
commit 856d401337
2 changed files with 7 additions and 7 deletions

View File

@@ -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