forked from GitHub/gf-rgl
Fin linref NP: Nom, not Acc
This commit is contained in:
@@ -104,7 +104,7 @@ concrete CatFin of Cat = CommonX ** open ResFin, StemFin, Prelude in {
|
|||||||
linref
|
linref
|
||||||
SSlash = \ss -> ss.s ++ ss.c2.s.p1 ;
|
SSlash = \ss -> ss.s ++ ss.c2.s.p1 ;
|
||||||
ClSlash = \cls -> cls.s ! Pres ! Simul ! Pos ++ cls.c2.s.p1 ;
|
ClSlash = \cls -> cls.s ! Pres ! Simul ! Pos ++ cls.c2.s.p1 ;
|
||||||
NP = \np -> np.s ! NPAcc ; ----NPSep ;
|
NP = \np -> np.s ! NPCase Nom ; ----NPSep ;
|
||||||
CN = cnRef ;
|
CN = cnRef ;
|
||||||
|
|
||||||
VP = vpRef ;
|
VP = vpRef ;
|
||||||
|
|||||||
Reference in New Issue
Block a user