ExistCN with a/no variation in Extend

This commit is contained in:
Aarne Ranta
2017-11-08 08:42:54 +01:00
parent 4a016f9bed
commit 161e981a29
4 changed files with 36 additions and 2 deletions
+8
View File
@@ -556,6 +556,14 @@ param
}
} ;
-- for pos/neg variation other than negation word, e.g. "there is a car"/"there is no car"
posNegClause : Clause -> Clause -> Clause = \pos,neg -> {
s = \\t,a,b,o => case b of {
CPos => pos.s ! t ! a ! b ! o ;
_ => neg.s ! t ! a ! CPos ! o
}
} ;
-- For $Numeral$.