[Haskell-cafe] haskell-2010 binary IO

John Millikin jmillikin at gmail.com
Fri Dec 10 16:14:31 CET 2010


Haskell supports binary IO via openBinaryFile, hGetBuf, and hPutBuf .
Advanced types like ByteString or Binary are not part of Haskell 2010,
I assume because they're too complex to be part of the language
standard.

On Thu, Dec 9, 2010 at 23:14, Permjacov Evgeniy <permeakra at gmail.com> wrote:
> Does haskell 2010 include binary IO? If no, what was the reason?
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>



More information about the Haskell-Cafe mailing list