Changelog for infinite-list-0.1.2
0.1.2
- Add
heteroZip
andheteroZipWith
. - Add
traverse_
andfor_
. - Add
nubOrd
andnubOrdBy
. - Add
instance MonadFix
.
0.1.1
- Add
mapMaybe
andcatMaybes
. - Add
mapEither
andpartitionEithers
. - Decrease operator precedence for
(...)
and(....)
. - Add fusion rules for
genericTake
. - Remove harmful fusion rules for
drop
anddropWhile
. Cf. https://gitlab.haskell.org/ghc/ghc/-/issues/23021. - Fix
instance Monad Infinite
on 32-bit machines. It was violating monad laws once the index exceeds 2^32.
0.1
- Initial release.