mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 09:28:54 -06:00
added PassV2
This commit is contained in:
@@ -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) ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user