
Bryan O'Sullivan wrote:
On Feb 27, 2008, at 3:02 AM, Grzegorz Chrupala wrote:
I was getting stack overflows when using Data.Binary with a few other datastructures so I decided to try this option. I hacked a Data.Binary.Strict module which is basically a copy and paste of Data.Binary, [...]
We've recently hit the point where it makes sense to check Hackage before you embark on small hacking projects like this:
http://hackage.haskell.org/cgi-bin/hackage-scripts/package/binary-strict-0.3...
My module uses the Get monad from the above binary-strict package, but defines and exports the equivalents of functions in Data.Binary, which are missing from binary-strict, most importantly the (strict version) of the decode function. Best, -- Grzegorz -- View this message in context: http://www.nabble.com/Stack-overflow-tp15479718p15717389.html Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.