RE: Imported instance declarations

2003-10-06 Thread Simon Peyton-Jones
] On Behalf Of Frieder Kalisch | Sent: 01 October 2003 15:12 | To: [EMAIL PROTECTED] | Subject: Imported instance declarations | | Hello, | | While trying to learn Hakell I came across a weird (to me) error message | concerning imported instance declarations. | | This module | | module XXX

Imported instance declarations

2003-10-01 Thread Frieder Kalisch
Hello, While trying to learn Hakell I came across a weird (to me) error message concerning imported instance declarations. This module module XXX() where import Control.Monad.Error() instance Functor ((-)i) where fmap = (.) gives this error message (compiling with ghc