mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-30 10:28:53 -06:00
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