Yeah, my bad.

Thanks.

Michael

--- On Sat, 2/26/11, Stephen Tetley <stephen.tet...@gmail.com> wrote:

From: Stephen Tetley <stephen.tet...@gmail.com>
Subject: Re: [Haskell-cafe] Type problem
To: 
Cc: haskell-cafe@haskell.org
Date: Saturday, February 26, 2011, 3:24 PM

Does this help?

listbind :: [a] -> (a -> [b]) -> [b]
listbind = (>>=)

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe



      
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to