forked from GitHub/gf-core
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
concrete AdverbHeb of Adverb = CatHeb ** open ResHeb, Prelude in {
|
|
|
|
flags coding=utf8 ;
|
|
|
|
lin
|
|
|
|
PrepNP prep np = { s = prep.s ++ (np.s ! Nom).obj} ;
|
|
|
|
}
|