Concrete data type for handling extensible exceptions as failures
Description
Defines a data type, Attempt, which has a Success and Failure
constructor. Failure contains an extensible exception.
This library is deprecated, please use the exceptions package instead.