On 2/5/07, Neil Mitchell <[EMAIL PROTECTED]> wrote:
Hi Chad,

> Prelude> let fs = [(+2), (*4)]
> Prelude> :t fs
> fs :: [Integer -> Integer]
> Prelude> :t sequence fs

I think you need to import Control.Monad.Instances to get the
appropriate instance in scope.

Hmm, that's weird. The instance
Monad ((->) r)
is mentioned in Control.Monad, so I thought importing it might be enough.
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to