@hackage / constrained-some

Existential type that can be constrained

Latest0.1.2

Changelog

Changelog

All notable changes to the constrained-some library will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to PVP versioning.

v0.1.2 (2024-11-29)

Added

  • Added type aliases SomesF and SomeF for existentials with fixed containers
  • Added mapSome with infix (<~$>) and traverseSome with infix (<~*>)

v0.1.1 (2024-11-29)

Added

  • Added instance Show (Somes cs) if cs contains Show

Initial release: v0.1.0 (2024-11-27)

Added

  • Existentials Somes and Somes1