1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/turkish/AdverbTur.gf
2017-08-22 17:49:25 +03:00

5 lines
128 B
Plaintext

concrete AdverbTur of Adverb = CatTur ** open ResTur, Prelude in {
lin
PrepNP prep np = {s = np.s ! prep.c ++ prep.s} ;
}