1
0
forked from GitHub/gf-rgl

in ExtAdvS use the binding comma

This commit is contained in:
Krasimir Angelov
2018-06-26 12:25:06 +02:00
parent 393f228127
commit 39bca7b395

View File

@@ -79,6 +79,6 @@ incomplete concrete VerbScand of Verb = CatScand ** open CommonScand, ResScand,
AdvVPSlash vps adv = insertAdv adv.s vps ** {c2 = vps.c2 ; n3 = vps.n3} ;
AdVVPSlash adv vps = insertAdV adv.s vps ** {c2 = vps.c2 ; n3 = vps.n3} ;
ExtAdvVP vp adv = insertExt ("," ++ adv.s) vp ;
ExtAdvVP vp adv = insertExt (comma ++ adv.s) vp ;
}