
18 May
2009
18 May
'09
6:05 p.m.
On Mon, May 18, 2009 at 10:30 AM, Nicolas Pouillard
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