exceptional-0.1.0.0: A type for pure code that can fail.

Safe HaskellSafe-Inferred
LanguageHaskell98

Control.Exceptional

Synopsis

Documentation

data Exceptional x Source

This is basically specialized 'Either String', or Maybe with error messages.

Constructors

Failure String 
Success x