@hackage these-skinny0.7.6
A fork of the 'these' package without the dependency bloat.
Categories
License
BSD-3-Clause
Maintainer
chessai1996@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (5)
- base >=4.4 && <5
- bifunctors >=5
- deepseq >=1.3
- ghc-prim
- semigroups >=0.9 Show all…
Dependents (5)
@hackage/refined, @hackage/acme-everything, @hackage/quick-process, @hackage/refined1, @hackage/language-ats
This package provides a data type These a b which can hold a value of either
type or values of each type. This is usually thought of as an "inclusive or"
type (contrasting Either a b as "exclusive or") or as an "outer join" type
(contrasting (a, b) as "inner join").