18 May
2009
18 May
'09
10:05 p.m.
On Mon, May 18, 2009 at 10:30 AM, Nicolas Pouillard <nicolas.pouillard@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@gmail.com> "Please let me know if there's any further trouble I can give you." -- Unknown