Closed neongreen closed 9 years ago
Fixes both the
Prelude Data.Scientific> reads "0.0" :: [(Data.Scientific.Scientific,String)] [(0.0,".0"),(0.0,"")]
problem and the
read " 8" :: Scientific fails, while read " 8" :: Double succeeds
read " 8" :: Scientific
read " 8" :: Double
problem.
Thanks very much!
Released as 0.3.3.7.
Fixes both the
problem and the
problem.