How do I add an Adv to a VPSlash in Grammatical Framework RGL?
Let’s say I have a VP like “to help her” and I want to add an adverb such as “today” to it, turning it into a VP like “to help her today”. This is easy because the RGL has a function for doing exactly that: mkVP : Adv -> VP -> VP
. Example: