mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-21 01:06:14 -06:00
Changed UncNegX in ExtraEng to take a Temp rather than Tense and Ant arguments.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user