Path to this page:
Subject: CVS commit: wip/hs-explicit-iomodes
From: PHO / phonohawk
Date: 2010-11-02 17:46:30
Message id: E1PDK0T-0002b3-RJ@sfp-cvsdas-2.v30.ch3.sourceforge.com
Log Message:
Import hs-explicit-iomodes-0.5 as wip/hs-explicit-iomodes.
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/text package for ByteString/Text
operations.
Files: