[Haskell-cafe] Track Exceptions

Silvio Frischknecht silvio.frischi at gmail.com
Thu Mar 13 16:15:42 UTC 2014


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


More information about the Haskell-Cafe mailing list