use BIND in IIDig for all languages in the library

This commit is contained in:
krasimir
2015-06-11 12:00:57 +00:00
parent 0804f386ff
commit 3c2740c079
24 changed files with 39 additions and 39 deletions

View File

@@ -1,6 +1,6 @@
--# -path=.:../abstract:../common:../prelude
concrete NumeralMon of Numeral = CatMon ** open ResMon, MorphoMon in {
concrete NumeralMon of Numeral = CatMon ** open ResMon, MorphoMon, Prelude in {
flags coding=utf8 ;
@@ -143,7 +143,7 @@ lin
IDig d = d ;
IIDig d i = {
s = \\co => d.s ! NCard ++ i.s ! co ;
s = \\co => d.s ! NCard ++ BIND ++ i.s ! co ;
n = Pl
} ;