
14 Dec
2009
14 Dec
'09
11:13 p.m.
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