forked from GitHub/gf-rgl
add CompoundN
This commit is contained in:
@@ -8,4 +8,7 @@ concrete ExtendHun of Extend = CatHun
|
|||||||
lin
|
lin
|
||||||
TPastSimple = {s = []} ** {t = Past} ; --# notpresent
|
TPastSimple = {s = []} ** {t = Past} ; --# notpresent
|
||||||
|
|
||||||
|
CompoundN n1 n2 =
|
||||||
|
n2 ** {s = \\nc => n1.s ! SgNom ++ BIND ++ n2.s ! nc} ;
|
||||||
|
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user