Hello,<br>I am encountering a strange issue while trying to read a string into an integer. <br><br>On windows 7 64bit, I have:<br><br>&gt; read &quot;18780189038289e49&quot; :: Integer<br>=187801890382890000000000000000000000000000000000000000000000000<br>
<br>On linux (64bit, libgmp.so.3.5.2) I have:<br><br>&gt; read &quot;18780189038289e49&quot; :: Integer<br>*** Exception: Prelude.read: no parse<br><br>That&#39;s weird and I really have no clue what&#39;s going on. I use ghci 7.4.2 on linux and 7.4.1 on windows.<br>
<br>What am I doing wrong ?<br><br>Arnaud<br>