mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 11:12:51 -06:00
14 lines
237 B
Plaintext
14 lines
237 B
Plaintext
concrete VerbHeb of Verb = CatHeb ** open Prelude, ResHeb in {
|
|
|
|
flags optimize=all_subs ; flags coding=utf8 ;
|
|
|
|
lin
|
|
|
|
UseV = predV ;
|
|
|
|
ComplSlash vp np = insertObj np vp;
|
|
|
|
SlashV2a v = predVc v ; --predV v ** {c2 = v.c2} ;
|
|
|
|
}
|