1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/polish/ExtraPol.gf
2010-12-08 14:01:12 +00:00

13 lines
199 B
Plaintext

concrete ExtraPol of ExtraPolAbs = CatPol ** open ResPol in {
lin ProDrop p = {
nom = [] ;
voc = p.voc ;
dep = p.dep ;
sp = p.sp ;
n = p.n ;
p = p.p ;
g = p.g ;
} ;
}