explicit-iomodes-0.1: File handles with explicit IOModes

The explicit-iomodes package

The module System.IO.ExplicitIOModes exports a Handle to a file which is parameterized with the IOMode the handle is in. All operations on handles explicitly specify the needed IOMode. This way it is impossible to read from a write-only handle or write to a read-only handle for example.

Properties

Versions0.1, 0.1.1, 0.1.2, 0.1.3, 0.1.4, 0.1.5, 0.2, 0.3, 0.4, 0.4.0.1, 0.4.1, 0.5, 0.6, 0.6.0.1, 0.6.0.2, 0.6.0.3, 0.6.0.4, 0.6.0.5
Dependenciesbase (≥4 & <4.2), tagged (0.0.*)
LicenseBSD3
Copyright2009 Bas van Dijk
AuthorBas van Dijk
MaintainerBas van Dijk <v.dijk.bas@gmail.com>
Stabilityexperimental
CategorySystem
Source repositorydarcs get http://code.haskell.org/~basvandijk/code/explicit-iomodes
Upload dateMon Dec 14 16:12:30 UTC 2009
Uploaded byBasVanDijk
Built onghc-6.10
Build failureghc-6.12 (log)

Modules

Downloads