1
0
forked from GitHub/gf-rgl

(Dut) Replace "," with bindComma in several places

This commit is contained in:
Inari Listenmaa
2018-05-07 16:30:20 +02:00
parent b8b67e8585
commit 1a338ea034
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ concrete NounDut of Noun = CatDut ** open ResDut, Prelude in {
} ;
RelNP np rs = heavyNP {
s = \\c => np.s ! c ++ "," ++ rs.s ! np.a.g ! np.a.n ;
s = \\c => np.s ! c ++ embedInCommas (rs.s ! np.a.g ! np.a.n) ;
a = np.a
} ;