mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-09-07 19:54:16 -06:00
fig AdvRVP
This commit is contained in:
@@ -389,7 +389,7 @@ concrete ExtendGer of Extend =
|
||||
in ap ** { s = \\af => ap.s ! af ++ adv } ; -- e.g. unknown in one's youth
|
||||
|
||||
AdvRVP vp prep rnp =
|
||||
insertAdv (appPrep prep (rnp.s ! agrP3 Sg) ++ rnp.ext ++ rnp.rc) vp ;
|
||||
insertAdv (appPrep prep (\\c => rnp.s ! agrP3 Sg ! Obj c) ++ rnp.ext ++ rnp.rc) vp ;
|
||||
|
||||
ReflA2RNP adj rnp = -- would need AP.c : Agr => Str*Str, not AP.c : Str*Str
|
||||
let -- as we have no reflexive AP,
|
||||
|
||||
Reference in New Issue
Block a user