System.Console.Haskeline.MonadException

The MonadException class

class MonadException m

Generalizations of Control.Exception

catch

handle

catches

data Handler m a

finally

throwIO

throwTo

bracket

Helpers for defining "wrapper" functions

liftIOOp

liftIOOp_

Internal implementation

data RunIO m

Extensible Exceptions

class Exception e

data SomeException

data IOException