Changelog for constrained-some-0.1.2
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
andSomeF
for existentials with fixed containers - Added
mapSome
with infix(<~$>)
andtraverseSome
with infix(<~*>)
v0.1.1 (2024-11-29)
Added
- Added instance
Show (Somes cs)
ifcs
containsShow
Initial release: v0.1.0 (2024-11-27)
Added
- Existentials
Somes
andSomes1