
5 Feb
2007
5 Feb
'07
3:10 p.m.
On 2/5/07, Neil Mitchell
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.