forked from GitHub/gf-core
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 ;
|
compl = vp.compl ;
|
||||||
vtype = vp.vtype
|
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 = {
|
ReflVP slash = {
|
||||||
s = slash.s ;
|
s = slash.s ;
|
||||||
|
|||||||
Reference in New Issue
Block a user