Closed int-index closed 8 years ago
Hi,
I've encountered this also---it is due to a rather nasty bug in GHC, which I reported and fortunately has been fixed (see #12433 on the GHC trac), so should not be a problem with the next version of GHC. In the mean time, avoid using -dynamic
/ GHCi.
parseValue
is not a pure function!