
A time and space-efficient implementation of byte vectors using packed word8 arrays, suitable for high performance use, both in terms of large data quantities, or high speed requirements. byte vectors are encoded as strict word8 arrays of bytes, and lazy lists of strict chunks, held in a foreignptr, and can be passed between c and haskell with little effort. parse numeric literals from bytestrings.
this package provides the documentation for a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.