Subject: CVS commit: wip/hs-explicit-exception
From: PHO / phonohawk
Date: 2009-09-23 08:48:34
Message id: E1MqLej-0005Np-6d@ddv4jf1.ch3.sourceforge.com

Log Message:
Import hs-explicit-exception-0.1.4 as wip/hs-explicit-exception.

Synchronous and Asynchronous exceptions which are explicit in the type
signature. The first ones are very similar to Either and
Control.Monad.Error.ErrorT. The second ones are used for
System.IO.readFile and System.IO.hGetContents. This package is a
proposal for improved exception handling in Haskell. It strictly
separates between handling of exceptional situations (file not found,
invalid user input, see http://www.haskell.org/haskellwiki/Exception)
and (programming) errors (division by zero, index out of range, see
http://www.haskell.org/haskellwiki/Error). Handling of the first one
is called "exception handling", whereas handling of errors is better
known as "debugging".


Files:
RevisionActionfile
1.1importwip/hs-explicit-exception/distinfo
1.1importwip/hs-explicit-exception/Makefile
1.1importwip/hs-explicit-exception/buildlink3.mk
1.1importwip/hs-explicit-exception/PLIST
1.1importwip/hs-explicit-exception/DESCR