On Mon, 8 Mar 2010, Thomas DuBuisson wrote:

Tristan and other interested parties on the Cafe,

Answering your question first, Tristan: I was going to use BSD3 (if it
isn't already) for the NumLazyByteString.

Is NumLazyByteString a newtype around Bytestring.Lazy that interprets the bit stream represented by the ByteString as integer? If so, could this also be done using a newtype around [Integer], where appropriately large Integers are used? If yes, you may find
  http://code.haskell.org/numeric-prelude/src/Number/Positional.hs
 useful.
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to