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