explicit-iomodes-0.4: 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.

See the explicit-iomodes-bytestring package for ByteString operations.

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.3), base-unicode-symbols (≥0.1.1 & <0.3), tagged (0.0.*)
LicenseBSD3
Copyright2009-2010 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 dateWed Jun 16 09:11:43 UTC 2010
Uploaded byBasVanDijk
Built onghc-6.12

Modules

Downloads