Re: [Haskell-cafe] haskell-2010 binary IO

2010-12-11 Thread Brandon S Allbery KF8NH
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/10/10 02:14 , Permjacov Evgeniy wrote: Does haskell 2010 include binary IO? If no, what was the reason? That's not really the language report's job. You're looking for the Haskell Platform. - -- brandon s. allbery

Re: [Haskell-cafe] haskell-2010 binary IO

2010-12-10 Thread Henning Thielemann
On Fri, 10 Dec 2010, Permjacov Evgeniy wrote: Does haskell 2010 include binary IO? If no, what was the reason? Isn't binary IO solved using ByteString and Binary packages - is there a need to put them into the Haskell report? ___ Haskell-Cafe

Re: [Haskell-cafe] haskell-2010 binary IO

2010-12-10 Thread Michael Snoyman
On Fri, Dec 10, 2010 at 11:30 AM, Henning Thielemann lemm...@henning-thielemann.de wrote: On Fri, 10 Dec 2010, Permjacov Evgeniy wrote: Does haskell 2010 include binary IO? If no, what was the reason? Isn't binary IO solved using ByteString and Binary packages - is there a need to put them

Re: [Haskell-cafe] haskell-2010 binary IO

2010-12-10 Thread John Millikin
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 permea...@gmail.com wrote: Does

[Haskell-cafe] haskell-2010 binary IO

2010-12-09 Thread Permjacov Evgeniy
Does haskell 2010 include binary IO? If no, what was the reason? ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe