pkgsrc-wip/hs-explicit-exception/distinfo
PHO / phonohawk 7a3b3f3caa 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".
2009-09-23 06:48:34 +00:00

5 lines
284 B
Text

$NetBSD: distinfo,v 1.1.1.1 2009/09/23 06:48:34 phonohawk Exp $
SHA1 (explicit-exception-0.1.4.tar.gz) = ac75ca68f0a15f7852510a4ba5fc906111b7d24e
RMD160 (explicit-exception-0.1.4.tar.gz) = 1f7ceed6cd27646e8c4517b9334fd3e7f8d07ca6
Size (explicit-exception-0.1.4.tar.gz) = 13362 bytes