Skip to content

Commit

Permalink
more cases where IFrac introduces additional dots
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Jan 16, 2024
1 parent d59831a commit 9367344
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/basque/NumeralEus.gf
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ lin IFrac d i = {
if_then_Str d.hasDot BIND (BIND++"."++BIND) ++
i.s ! co ;
n = Pl ;
hasDot=False
hasDot=True
} ;

}
2 changes: 1 addition & 1 deletion src/estonian/NumeralEst.gf
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ oper
if_then_Str d.hasDot BIND (BIND++"."++BIND) ++
i.s ! o ;
n = Pl ;
hasDot=False
hasDot=True
} ;

oper
Expand Down
2 changes: 1 addition & 1 deletion src/greek/NumeralGre.gf
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ Xilias : CardOrd -> (CardOrd => Str) -> Number -> Str = \co,d,n ->
if_then_Str d.hasDot BIND (BIND++"."++BIND) ++
i.s ! o ;
n = Pl ;
hasDot=False
hasDot=True
} ;

oper
Expand Down

0 comments on commit 9367344

Please sign in to comment.