mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-29 22:42:52 -06:00
use BIND in IIDig for all languages in the library
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
concrete NumeralIna of Numeral = CatIna ** open ResIna in {
|
||||
concrete NumeralIna of Numeral = CatIna ** open ResIna,Prelude in {
|
||||
|
||||
lincat
|
||||
Digit = {s : DForm => CardOrd => Str} ;
|
||||
@@ -68,8 +68,8 @@ concrete NumeralIna of Numeral = CatIna ** open ResIna in {
|
||||
|
||||
oper
|
||||
commaIf : DTail -> Str = \t -> case t of {
|
||||
T3 => "," ;
|
||||
_ => []
|
||||
T3 => BIND++","++BIND ;
|
||||
_ => BIND
|
||||
} ;
|
||||
|
||||
inc : DTail -> DTail = \t -> case t of {
|
||||
|
||||
Reference in New Issue
Block a user