possibly: type Possibly a = Either String a

[ bsd3, data, library ] [ Propose Tags ]

A surprisingly useful type synonym for Either in which the Left diagnostic is a String, i.e, type Possibly a = Either String a


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.0.1, 1.0.0.0
Change log ChangeLog.md
Dependencies base (>=0.0.0.0 && <100) [details]
License BSD-3-Clause
Copyright 2019 Chris Dornan
Author Chris Dornan
Maintainer chris@chrisdornan.com
Category data
Home page https://github.com/cdornan/enum-text#readme
Bug tracker https://github.com/cdornan/enum-text/issues
Source repo head: git clone https://github.com/cdornan/enum-text
Uploaded by ChrisDornan at 2019-03-16T00:59:50Z
Distributions LTSHaskell:1.0.0.0, NixOS:1.0.0.0, Stackage:1.0.0.0
Reverse Dependencies 5 direct, 3 indirect [details]
Downloads 1408 total (20 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2019-03-16 [all 1 reports]

Readme for possibly-1.0.0.0

[back to package description]

possibly