1
0
forked from GitHub/gf-rgl

added PassV2

This commit is contained in:
Krasimir Angelov
2026-02-18 09:08:19 +01:00
parent 066133bbae
commit dbe6eba30a

View File

@@ -2,5 +2,6 @@ concrete VerbSco of Verb = VerbEng-[UseComp,UseCopula,PassV2] ** open ResSco in
lin UseComp comp = insertObj comp.s (predAux auxBe) ; lin UseComp comp = insertObj comp.s (predAux auxBe) ;
UseCopula = predAux auxBe ; UseCopula = predAux auxBe ;
PassV2 v = insertObj (\\_ => v.s ! VPPart ++ v.p) (predAux auxBe) ;
} }