union: Extensible type-safe unions

[ bsd3, data, library ] [ Propose Tags ]

Extensible type-safe unions for Haskell with prisms using modern GHC features. Dual to vinyl records. Unions are also known as corecords or polymorphic variants. Neither requires a Typeable constraint nor uses unsafe coercions at the cost of linear time access (negligible in practice).

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.2
Dependencies base (>=4.8 && <4.10), deepseq (>=1.4 && <1.5), profunctors (>=5.1 && <5.3), tagged (>=0.8 && <0.9), vinyl (>=0.5 && <0.6) [details]
License BSD-3-Clause
Author Index Int
Maintainer Index Int <vlad.z.4096@gmail.com>
Category Data
Bug tracker https://github.com/int-index/union/issues
Source repo head: git clone git@github.com:int-index/union.git
Uploaded by int_index at 2016-04-22T16:53:29Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 4554 total (21 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-04-22 [all 1 reports]