
28 Dec
2016
28 Dec
'16
2:46 p.m.
Tom wrote:
(86400000000 :: Integer) > (fromIntegral (maxBound :: Int))
If True, your machine (32-bit?) is probably overflowing the Int
Good point. Even if False on Lian's Windows machine, it could be there is some 32-bit value somewhere in the Windows implementation that causes this. Yitz