forked from GitHub/gf-rgl
unionGFCC, to put together GFCC grs with same abstract
This commit is contained in:
@@ -81,7 +81,7 @@ oper
|
|||||||
s = table {
|
s = table {
|
||||||
VPFinite t Simul => vf (vfin t) (\_ -> []) ;
|
VPFinite t Simul => vf (vfin t) (\_ -> []) ;
|
||||||
VPFinite t Anter => vf (habet t) vpart ; --# notpresent
|
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 (\_ -> []) ;
|
VPImperat => vf vimp (\_ -> []) ;
|
||||||
VPGerund => vf (\_ -> []) (\_ -> vger) ;
|
VPGerund => vf (\_ -> []) (\_ -> vger) ;
|
||||||
VPInfinit Simul b=> vf (\_ -> []) (\_ -> vinf b)
|
VPInfinit Simul b=> vf (\_ -> []) (\_ -> vinf b)
|
||||||
|
|||||||
Reference in New Issue
Block a user