Files
gf-rgl/src/faroese/RelativeFao.gf
2026-05-05 11:05:50 +02:00

8 lines
180 B
Plaintext

concrete RelativeFao of Relative = CatFao ** open ResFao in {
lin
IdRP = {s = "sum"} ;
RelVP rp vp = {
s = \\t,pol,g,pn => rp.s ++ vp.Indicative ! t ! pol ! g ! pn
} ;
}