@hackage automaton1.5

Effectful streams and automata in coalgebraic encoding

Effectful streams have an internal state and a step function. Varying the effect type, this gives many different useful concepts: For example with a reader effect, it results in automata (a.k.a transducers or state machines).