1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/czech/AdverbCze.gf
2020-04-01 11:07:09 +02:00

10 lines
148 B
Plaintext

concrete AdverbCze of Adverb = CatCze **
open ResCze, Prelude in {
lin
PrepNP prep np = {
s = prep.s ++ np.prep ! prep.c
} ;
}