eliminators v0.7 Release Notes
-
- Require
singletons-2.7
and GHC 8.10. - ➕ Add experimental support for generating type-level eliminators through the
deriveTypeElim
andderiveTypeElimNamed
functions. - ➕ Add eliminators for
All
,Any
,Arg
,Const
,Down
,Dual
,First
,Identity
,Last
,Max
,Min
,Option
,Product
,Sum
, andWrappedMonoid
.
- Require