mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
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} ;
|
|
|
|
}
|