union: Extensible type-safe unions
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).
Versions [faq] | 0.1.0.0, 0.1.1.0, 0.1.1.1, 0.1.1.2, 0.1.2 |
---|---|
Dependencies | base (>=4.9 && <4.15), deepseq (==1.4.*), hashable (>=1.2 && <1.4), profunctors (>=5.1 && <5.7), tagged (==0.8.*), vinyl (>=0.5 && <0.14) [details] |
License | BSD-3-Clause |
Author | Vladislav Zavialov |
Maintainer | Vladislav Zavialov <vlad.z.4096@gmail.com> |
Revised | Revision 5 made by int_index at 2021-01-12T14:58:36Z |
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 2018-10-13T20:36:53Z |
Distributions | LTSHaskell:0.1.2, NixOS:0.1.2, Stackage:0.1.2 |
Downloads | 3607 total (10 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 2018-10-13 [all 1 reports] |
Downloads
- union-0.1.2.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.