Skip to content

Commit dbe6eba

Browse files
committed
added PassV2
1 parent 066133b commit dbe6eba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/scots/VerbSco.gf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ concrete VerbSco of Verb = VerbEng-[UseComp,UseCopula,PassV2] ** open ResSco in
22

33
lin UseComp comp = insertObj comp.s (predAux auxBe) ;
44
UseCopula = predAux auxBe ;
5+
PassV2 v = insertObj (\\_ => v.s ! VPPart ++ v.p) (predAux auxBe) ;
56

67
}

0 commit comments

Comments
 (0)