mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -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) ;
|
lin UseComp comp = insertObj comp.s (predAux auxBe) ;
|
||||||
UseCopula = predAux auxBe ;
|
UseCopula = predAux auxBe ;
|
||||||
|
PassV2 v = insertObj (\\_ => v.s ! VPPart ++ v.p) (predAux auxBe) ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user