union is:package

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).
Unify verious color formats Please see the README on GitHub at https://github.com/YoshikuniJujo/union-color#readme
Not on Stackage, so not searched. Union mount filesystem paths into Haskell datastructures
Union type that include radian angle and degree angle Please see the README on GitHub at https://github.com/YoshikuniJujo/union-angle#readme
Not on Stackage, so not searched. Efficient union and equivalence testing of sets.
union find data structure ST based implementation of Tarjan's disjoint set forests, using mutable arrays storing indices instead of references internally. There is also a pure, immutable version of the data structure, which is useful for querying the result of a union find construction.
Not on Stackage, so not searched. Heterogeneous map by open unions.
Not on Stackage, so not searched. Extensible, type-safe unions.
Not on Stackage, so not searched. Open unions without need for Typeable
Not on Stackage, so not searched. A unioning file-system using HFuse
Not on Stackage, so not searched. Read multiple yaml-files and override fields recursively