mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 03:28:34 -06:00
ExistCN with a/no variation in Extend
This commit is contained in:
@@ -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$.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user