[Haskell-cafe] ANNOUNCE: explicit-iomodes-0.1
Bas van Dijk
v.dijk.bas at gmail.com
Mon Dec 14 18:13:23 EST 2009
Hello,
I just released the small package explicit-iomodes-0.1:
http://hackage.haskell.org/package/explicit-iomodes-0.1
It's a wrapper around System.IO that provides a Handle type which is
parametrized with the IOMode it is in. All operations on handles
specify the needed IOMode which makes it a type error if you read from
a write-only handle or if you write to a read-only handle for example.
Thanks to Lee Houghton, Brandon S. Allbery and Jason Dagit for
providing initial feedback!
regards,
Bas
More information about the Haskell-Cafe
mailing list