@hackage union0.1.3
Extensible type-safe unions
Categories
License
BSD-3-Clause
Maintainer
Vladislav Zavialov <vlad.z.4096@gmail.com>
Links
Versions
Installation
Dependencies (6)
Dependents (3)
@hackage/verifiable-expressions, @hackage/acme-everything, @hackage/schematic
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).