
8 Sep
2009
8 Sep
'09
4:47 a.m.
Not to mention that
since Haskell is pure, it is *impossible* for the expression show 20.2 :: String to depend on the current locale.
This is a very valuable remark. Thanks! I will think about using some special functions to read and write numbers depending on current locale.