Yeah, my bad. Thanks.
Michael --- On Sat, 2/26/11, Stephen Tetley <[email protected]> wrote: From: Stephen Tetley <[email protected]> Subject: Re: [Haskell-cafe] Type problem To: Cc: [email protected] Date: Saturday, February 26, 2011, 3:24 PM Does this help? listbind :: [a] -> (a -> [b]) -> [b] listbind = (>>=) _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
_______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
