Changelog for coercible-subtypes-1
Revision history for coercible-subtypes
1 -- 2024-12-22
-
Breaking changes
- Remove dependency to
profunctorspackage. AProfunctor-related functiondimapRis removed and replaced byarrowR.dimapRis moved tocoercible-subtypes-profunctorpackage.
- Remove dependency to
0.3.0.0 -- 2023-01-01
-
Breaking changes
- Change the
Newtype.Intersection.associativeandNewtype.Union.associativeto new, more succinct type.
- Change the
-
Instance added to
IsIntersectionandIsUnion
0.2.0.0 -- 2021-09-13
- Add
Related - Add
IsIntersectionandIsUnionfacilities
0.1.1.0 -- 2021-08-24
- Add instances
Coercible a b => (Read (Sub a b), Enum (Sub a b), Bounded (Sub a b)) - Add
instantiate - Add some more combinators
0.1.0.0 -- 2020-04-08
- First version.