
13 Jul
2015
13 Jul
'15
2:25 p.m.
Hm, right, that's better. On 07/13/2015 09:10 PM, Niklas Haas wrote:
Concerning monad patterns, I was thinking of expressions like these:
do SomeEvent a <- streamOfEvents ...
Depending on the stream monad involved (including []), this can have the desired semantics.
-- Nikolay.