BSD-3-Clause licensed by Vladislav Zavialov
Maintained by Vladislav Zavialov
This version can be pinned in stack with:union-0.1.3.2@sha256:a84a576c6916d7ea16308e343b7e850ba6fc4cd73fcab68ec5c46d3e53e75af2,1714

Module documentation for 0.1.3.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).