Hi all,<br><br>If I have a pure function, which maps `(input, initialState)&#39; to `(output, nextState)&#39;, what&#39;s the most succinct way of constructing a digital filter from this function, using Arrows?<br><br>Thanks,<br>
-db<br><br>