@hackage / mealy-arrow

Monadic Mealy machines with Arrow, ArrowChoice, and ArrowLoop

Latest0.1.0.0

Changelog

Changelog

0.1.0.0

  • Initial release.
  • Control.Arrow.Mealy — coalgebraic Mealy machine (Auto m a b) with Category, Arrow, ArrowChoice, ArrowLoop, Profunctor, and Functor instances.
  • Smart constructors: stateless, stateful, constAuto.
  • Runners: stepN, scanAuto, foldAuto.
  • Natural transformation: hoistAuto.