1
0
forked from GitHub/gf-rgl

remove ResScand and use either Prelude.bindComma or Coordination.comma

This commit is contained in:
Krasimir Angelov
2018-06-28 11:32:52 +02:00
parent ddffa1928f
commit 2c0caaf687
2 changed files with 1 additions and 3 deletions

View File

@@ -86,6 +86,4 @@ interface ResScand = DiffScand ** open CommonScand, Prelude in {
isSimple = True
} ;
comma : Str = SOFT_BIND ++ "," ;
}

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 (comma ++ adv.s) vp ;
ExtAdvVP vp adv = insertExt (bindComma ++ adv.s) vp ;
}