mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-30 11:08:35 -06:00
(Dut) Replace "," with bindComma in several places
This commit is contained in:
@@ -29,6 +29,6 @@ concrete PhraseDut of Phrase = CatDut ** open Prelude, ResDut in
|
||||
PConjConj conj = ss (conj.s2) ;
|
||||
|
||||
NoVoc = {s = []} ;
|
||||
VocNP np = {s = "," ++ np.s ! NPNom} ;
|
||||
VocNP np = {s = bindComma ++ np.s ! NPNom} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user