forked from GitHub/gf-core
use BIND in IIDig for all languages in the library
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete NumeralDan of Numeral = CatDan ** open MorphoDan in {
|
||||
concrete NumeralDan of Numeral = CatDan ** open MorphoDan,Prelude in {
|
||||
flags coding=utf8 ;
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ lin n9 = mkTal "ni" "nitten" "halvfems" "niende" "halvfemsindstyvende" ;
|
||||
IDig d = d ;
|
||||
|
||||
IIDig d i = {
|
||||
s = \\o => d.s ! NCard neutrum ++ i.s ! o ;
|
||||
s = \\o => d.s ! NCard neutrum ++ BIND ++ i.s ! o ;
|
||||
n = Pl
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user