mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 22:39:31 -06:00
add VerbBul.AdVVPSlash
This commit is contained in:
@@ -83,6 +83,14 @@ concrete VerbBul of Verb = CatBul ** open Prelude, ResBul, ParadigmsBul in {
|
||||
compl = vp.compl ;
|
||||
vtype = vp.vtype
|
||||
} ;
|
||||
AdVVPSlash adv vp = {
|
||||
s = vp.s ;
|
||||
ad = {isEmpty=False; s=vp.ad.s ++ adv.s} ;
|
||||
compl1 = vp.compl1 ;
|
||||
compl2 = vp.compl2 ;
|
||||
vtype = vp.vtype ;
|
||||
c2 = vp.c2
|
||||
} ;
|
||||
|
||||
ReflVP slash = {
|
||||
s = slash.s ;
|
||||
|
||||
Reference in New Issue
Block a user