[Haskell-cafe] Re: [Haskell] [ANN] Safe Lazy IO in Haskell
Taral
taralx at gmail.com
Mon May 18 18:05:39 EDT 2009
On Mon, May 18, 2009 at 10:30 AM, Nicolas Pouillard
<nicolas.pouillard at gmail.com> wrote:
> The type I would need for bind is this one:
>
> (>>=) :: NFData sa => LI sa -> (sa -> LI b) -> LI b
Will this do?
(>>=) :: (NFData sa, NFData b) => LI sa -> (sa -> LI b) -> LI b
--
Taral <taralx at gmail.com>
"Please let me know if there's any further trouble I can give you."
-- Unknown
More information about the Haskell-Cafe
mailing list