success-0.2.2: A version of Either specialised for encoding of success or failure

Safe HaskellNone
LanguageHaskell2010

Success.Pure

Contents

Description

The types and functions are trivial and self-descriptive, hence this sentence is the sole documentation you get on them.

Synopsis

Documentation

Creation

failure :: a -> Success a b Source

success :: b -> Success a b Source

Execution