pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/hs-explicit-exception



Module name:    wip
Committed by:   phonohawk
Date:           Wed Sep 23 06:48:34 UTC 2009

Import into wip/hs-explicit-exception

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".

Status:

Vendor Tag:     PHONOHAWK
Release Tags:   PHONOHAWK_20090923
                
N wip/hs-explicit-exception/distinfo
N wip/hs-explicit-exception/Makefile
N wip/hs-explicit-exception/buildlink3.mk
N wip/hs-explicit-exception/PLIST
N wip/hs-explicit-exception/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index