There was an error while loading. Please reload this page.
1 parent 066133b commit dbe6ebaCopy full SHA for dbe6eba
1 file changed
src/scots/VerbSco.gf
@@ -2,5 +2,6 @@ concrete VerbSco of Verb = VerbEng-[UseComp,UseCopula,PassV2] ** open ResSco in
2
3
lin UseComp comp = insertObj comp.s (predAux auxBe) ;
4
UseCopula = predAux auxBe ;
5
+ PassV2 v = insertObj (\\_ => v.s ! VPPart ++ v.p) (predAux auxBe) ;
6
7
}
0 commit comments