mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-25 02:56:28 -06:00
allow VV verbs to control the aspect of the governed verb
This commit is contained in:
@@ -18,8 +18,8 @@ concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in {
|
||||
|
||||
ComplVV vv vp =
|
||||
insertObj (case vv.typ of {
|
||||
VVInf => daComplex Simul Pos vp ! Perf;
|
||||
VVGerund => gerund vp ! Imperf
|
||||
VVInf asp => daComplex Simul Pos vp ! asp;
|
||||
VVGerund => gerund vp ! Imperf
|
||||
}) vp.p
|
||||
(predV vv) ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user