forked from GitHub/gf-rgl
remove ResScand and use either Prelude.bindComma or Coordination.comma
This commit is contained in:
@@ -86,6 +86,4 @@ interface ResScand = DiffScand ** open CommonScand, Prelude in {
|
|||||||
isSimple = True
|
isSimple = True
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
comma : Str = SOFT_BIND ++ "," ;
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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 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} ;
|
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 ;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user