[Haskell-cafe] Exceptions

Philippa Cowderoy flippa at flippac.org
Fri Oct 1 12:23:40 EDT 2004


On Fri, 1 Oct 2004, John Goerzen wrote:

> 1. Can exceptions be used in "pure" functions (outside of monads?)
>

No. The Maybe and Either types may make for viable replacements though.

-- 
flippa at flippac.org


More information about the Haskell-Cafe mailing list