auto v0.4.3.1 Release Notes
Release Date: 2017-01-14 // over 6 years ago-
🚀 https://github.com/mstksg/auto/releases/tag/v0.4.3.1
- Compatibility support for MonadRandom-0.5.
Previous changes from v0.4.3.0
-
🚀 https://github.com/mstksg/auto/releases/tag/v0.4.3.0
- Control.Auto.Blip: New blip stream splitter
onEitherB
, which splits an incoming blip stream into two output streams based on whether the emitted items resolve toLeft
orRight
when applied to the splitting function.
- Control.Auto.Blip: New blip stream splitter