mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
corrected the formal subject of ExistsNP in Fre
This commit is contained in:
@@ -161,7 +161,7 @@ lin UseDAP = \dap ->
|
|||||||
} ;
|
} ;
|
||||||
|
|
||||||
ExistsNP np =
|
ExistsNP np =
|
||||||
mkClause [] True False np.a
|
mkClause "il" True False np.a
|
||||||
(insertComplement (\\_ => (np.s ! Nom).ton)
|
(insertComplement (\\_ => (np.s ! Nom).ton)
|
||||||
(predV (mkV "exister"))) ;
|
(predV (mkV "exister"))) ;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user