1
0
forked from GitHub/gf-rgl

changed animals so that it compiles, after manual removal of duplicated api functions (to be fixed in ToAPI)

This commit is contained in:
aarne
2010-12-06 11:03:00 +00:00
parent da8bf52a71
commit 80bbd117ab

View File

@@ -1462,6 +1462,8 @@ incomplete resource Constructors = open Grammar in {
; --# notminimal ; --# notminimal
mkClSlash = overload { --# notminimal mkClSlash = overload { --# notminimal
mkClSlash : NP -> VPSlash -> ClSlash -- (whom) he sees --# notminimal
= \np,vps -> SlashVP np vps ; --# notminimal
mkClSlash : NP -> V2 -> ClSlash -- (whom) he sees --# notminimal mkClSlash : NP -> V2 -> ClSlash -- (whom) he sees --# notminimal
= \np,v2 -> SlashVP np (SlashV2a v2) ; --# notminimal = \np,v2 -> SlashVP np (SlashV2a v2) ; --# notminimal
mkClSlash : NP -> VV -> V2 -> ClSlash -- (whom) he wants to see --# notminimal mkClSlash : NP -> VV -> V2 -> ClSlash -- (whom) he wants to see --# notminimal