mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
semantics extended to questions
This commit is contained in:
@@ -12,7 +12,7 @@ iS s = case s of
|
||||
|
||||
iNP :: GNP -> (Exp -> Prop) -> Prop
|
||||
iNP np p = case np of
|
||||
GEvery cn -> All (If (iCN cn var) (p var)) ----
|
||||
GEvery cn -> All (If (iCN cn var) (liftProp 0 (p var))) ----
|
||||
GSome cn -> Exist (And (iCN cn var) (p var)) ----
|
||||
GConjNP c np1 np2 -> iConj c (iNP np1 p) (iNP np2 p)
|
||||
GUseInt (GInt i) -> p (int i)
|
||||
|
||||
Reference in New Issue
Block a user