Control.Effect.Type.Throw
newtype Throw e (m :: * -> *) (a :: *) where Source #
An effect for throwing exceptions of type e.
e
Constructors