forked from GitHub/gf-rgl
10 lines
148 B
Plaintext
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
|
|
} ;
|
|
|
|
}
|