added lindef VP

This commit is contained in:
Krasimir Angelov
2026-05-05 20:21:10 +02:00
parent 912ddd521f
commit 3a133d035d

View File

@@ -128,4 +128,6 @@ linref
V2,V3,V2S,V2Q,V2A = \v -> v.s ! Indef ! VPres P3 Sg ; V2,V3,V2S,V2Q,V2A = \v -> v.s ! Indef ! VPres P3 Sg ;
VP = \vp -> vp.obj ++ vp.adv ++ vp.s ! VInf ; VP = \vp -> vp.obj ++ vp.adv ++ vp.s ! VInf ;
lindef
VP = \s -> {s = \\_=>s; obj,adv=[]; sc=SCNom; c2=Acc} ;
} }