Changelog for coercible-subtypes-1
Revision history for coercible-subtypes
1 -- 2024-12-22
-
Breaking changes
- Remove dependency to
profunctors
package. AProfunctor
-related functiondimapR
is removed and replaced byarrowR
.dimapR
is moved tocoercible-subtypes-profunctor
package.
- Remove dependency to
0.3.0.0 -- 2023-01-01
-
Breaking changes
- Change the
Newtype.Intersection.associative
andNewtype.Union.associative
to new, more succinct type.
- Change the
-
Instance added to
IsIntersection
andIsUnion
0.2.0.0 -- 2021-09-13
- Add
Related
- Add
IsIntersection
andIsUnion
facilities
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.