mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 04:46:30 -06:00
(Som) Add VPSlashPrep + fix bug in insertAdv
This commit is contained in:
@@ -121,10 +121,9 @@ lin
|
||||
AdVVPSlash adv vps = vps ** { adv = adv.s ++ vps.adv } ;
|
||||
-}
|
||||
-- : VP -> Prep -> VPSlash ; -- live in (it)
|
||||
-- NB. We need possibly a MissingArg kind of solution here too
|
||||
-- VPSlashPrep vp prep = vp **
|
||||
-- { c2 = case vp.c2 of { NoPrep => prep.prep ;
|
||||
-- x => x }} ;
|
||||
VPSlashPrep vp prep =
|
||||
let adv = prepNP prep emptyNP
|
||||
in insertAdv vp adv ;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user