1
0
forked from GitHub/gf-rgl

added linref PN

This commit is contained in:
Krasimir Angelov
2022-08-09 11:22:57 +02:00
parent 9cfc36fc73
commit 4beacc0f64

View File

@@ -126,6 +126,7 @@ concrete CatPol of Cat = CommonX - [CAdv] ** open ResPol, Prelude, (R = ParamX)
linref linref
A = \a -> a.pos.s1 ; A = \a -> a.pos.s1 ;
A2 = \a -> a.pos.s1 ++ a.c.s ; A2 = \a -> a.pos.s1 ++ a.c.s ;
PN = \pn -> pn.nom ;
}; };