forked from GitHub/gf-rgl
10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
concrete AdverbSlo of Adverb = CatSlo **
|
|
open ResSlo, Prelude in {
|
|
|
|
lin
|
|
PrepNP prep np = {
|
|
s = prep.s ++ np.prep ! prep.c
|
|
} ;
|
|
|
|
}
|