diff --git a/src/scots/VerbSco.gf b/src/scots/VerbSco.gf index b02a77e0..23ffda0f 100644 --- a/src/scots/VerbSco.gf +++ b/src/scots/VerbSco.gf @@ -2,5 +2,6 @@ concrete VerbSco of Verb = VerbEng-[UseComp,UseCopula,PassV2] ** open ResSco in lin UseComp comp = insertObj comp.s (predAux auxBe) ; UseCopula = predAux auxBe ; + PassV2 v = insertObj (\\_ => v.s ! VPPart ++ v.p) (predAux auxBe) ; }