@hackage / success

A version of Either specialised for encoding of success or failure

Version Deprecated package0.2.6

About

Metadata

  • Last updated , by NikitaVolkov
  • License MIT
  • Maintained by: Nikita Volkov <nikita.y.volkov@mail.ru>

  • Lottery factor: 0

Links

Installation

Readme

The primary motivation for creation of this package was the need for the Alternative instance of Either, which there is no sane way to implement. The type provided by this library extends Either in a way to provide the missing instance.