union

Extensible type-safe unions

Version on this page:0.1.2@rev:8
LTS Haskell 21.25:0.1.2@rev:8
Stackage Nightly 2024-09-20:0.1.2@rev:9
Latest on Hackage:0.1.2@rev:9

See all snapshots union appears in

BSD-3-Clause licensed by Vladislav Zavialov
Maintained by Vladislav Zavialov
This version can be pinned in stack with:union-0.1.2@sha256:856669b7084f992ab7c369e64fefe3833814b35409ff67f1aad4657548b5a466,2134

Module documentation for 0.1.2

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).