mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
16 lines
327 B
Plaintext
16 lines
327 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} ;
|
|
|
|
VPSlashPrep vp prep = vp ** {
|
|
c2 = {s = prep.s ; c = prep.c ; isDir = False} } ;
|
|
}
|