AdvVP in Slovenian

This commit is contained in:
krasimir
2016-08-15 21:24:52 +00:00
parent 16ce566c7a
commit 30de69f266

View File

@@ -15,4 +15,6 @@ concrete VerbSlv of Verb = CatSlv ** open ResSlv, Prelude in {
ComplSlash vp np =
insertObj (\\_ => vp.c2.s ++ np.s ! vp.c2.c) vp ;
AdvVP vp adv = insertObj (\\_ => adv.s) vp ;
}