Data.Attempt

Data type and type class

data Attempt v

class FromAttempt a

fa

joinAttempt

General handling of Attempts

attempt

makeHandler

data AttemptHandler v

Individual Attempts

isFailure

isSuccess

fromSuccess

Lists of Attempts

successes

failures

partitionAttempts

Runtime exceptions

attemptIO

Reexport the Failure class