in-other-words-0.1.0.0: A higher-order effect system where the sky's the limit

Safe HaskellNone
LanguageHaskell2010

Control.Effect.Type.Throw

Synopsis

Documentation

newtype Throw e m a where Source #

An effect for throwing exceptions of type e.

Constructors

Throw :: e -> Throw e m a