mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-08-08 13:35:13 -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} ;
|
|
|
|
}
|