[Haskell-cafe] "Wrong kind" when attempting to build a monad for a circular list of functions

Roel van Dijk vandijk.roel at gmail.com
Thu Feb 28 06:15:52 EST 2008


I'm nitpicking but,

On Thu, Feb 28, 2008 at 11:44 AM, Felipe Lessa <felipe.lessa at gmail.com> wrote:
> Bas van Dijk's 'always' (also called 'forever'[1])

forever a  = a >> forever a
always f z = f z >>= always f

Forever doesn't pass the result of the action to its recursive call,
always does.


More information about the Haskell-Cafe mailing list