Changelog for infinite-list-0.1.2
0.1.2
- Add
heteroZipandheteroZipWith. - Add
traverse_andfor_. - Add
nubOrdandnubOrdBy. - Add
instance MonadFix.
0.1.1
- Add
mapMaybeandcatMaybes. - Add
mapEitherandpartitionEithers. - Decrease operator precedence for
(...)and(....). - Add fusion rules for
genericTake. - Remove harmful fusion rules for
dropanddropWhile. Cf. https://gitlab.haskell.org/ghc/ghc/-/issues/23021. - Fix
instance Monad Infiniteon 32-bit machines. It was violating monad laws once the index exceeds 2^32.
0.1
- Initial release.