mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-29 18:48:37 -06:00
remove the ResBul.comma and use Prelude.bindComma
This commit is contained in:
@@ -26,5 +26,5 @@ concrete PhraseBul of Phrase = CatBul ** open Prelude, ResBul in {
|
||||
PConjConj conj = {s = conj.s ++ linCoord!conj.conj} ;
|
||||
|
||||
NoVoc = {s = []} ;
|
||||
VocNP np = {s = comma ++ np.s ! RVoc} ;
|
||||
VocNP np = {s = bindComma ++ np.s ! RVoc} ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user