1
0
forked from GitHub/gf-rgl

unionGFCC, to put together GFCC grs with same abstract

This commit is contained in:
aarne
2007-11-05 13:48:51 +00:00
parent 65f4a70c44
commit e6783602e3

View File

@@ -81,7 +81,7 @@ oper
s = table {
VPFinite t Simul => vf (vfin t) (\_ -> []) ;
VPFinite t Anter => vf (habet t) vpart ; --# notpresent
VPInfinit Anter _=> vf (\_ -> []) (\a -> habere ++ vpart a) ; --# notpresent
VPInfinit Anter b=> vf (\_ -> []) (\a -> habere ++ vpart a) ; --# notpresent
VPImperat => vf vimp (\_ -> []) ;
VPGerund => vf (\_ -> []) (\_ -> vger) ;
VPInfinit Simul b=> vf (\_ -> []) (\_ -> vinf b)