» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with exception + haskell

An Extensible Dynamically-Typed Hierarchy of Exceptions

Addresses lack of extensibility of Haskell exceptions. Proposal uses only existential types and the Typeable class. Extensible hierarchy of exceptions

Haskell: del.icio.us tag/haskell

Tackling the awkward squad: monadic input/output, concurrency, exceptions, and foreign-language calls in Haskell

This tutorial focuses on explaining the "bits round the edges" of Haskell programs. It gives an account of monadic IO, concurrency, exceptions, and foreign language interfaces.

Haskell: del.icio.us tag/haskell