[Haskell-cafe] Track Exceptions

Dan Burton danburton.email at gmail.com
Thu Mar 13 16:59:14 UTC 2014


If you want to read the literature on this topic, here's a place to start:

http://homepages.inf.ed.ac.uk/wadler/topics/blame.html

-- Dan Burton


On Thu, Mar 13, 2014 at 9:15 AM, Silvio Frischknecht <
silvio.frischi at gmail.com> wrote:

> Hi everyone,
>
> It's always very annoying not knowing what could go wrong (what exceptions
> might be thrown) when calling a library function. In java doc, for
> instance,
> you can usually see what exceptions can be thrown by a specific function.
> I was
> wondering if this could be achieved for haskell by tracing "throw" and
> "catch"
> calls.
>
> Silvio
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140313/f815e829/attachment.html>


More information about the Haskell-Cafe mailing list