[Haskell-beginners] type signature error in a where clause

Brandon Allbery allbery.b at gmail.com
Sat Nov 24 16:00:39 CET 2012


On Sat, Nov 24, 2012 at 9:46 AM, Chaddaï Fouché <chaddai.fouche at gmail.com>wrote:

> Note that you'll need to authorize the use of the forall keywords by
> adding :
>
> {-# LANGUAGE ExplicitForall #-}
>
> to the beginning of your file.
>

I think you forgot {-# LANGUAGE ScopedTypeVariables #-} ?

-- 
brandon s allbery kf8nh                               sine nomine associates
allbery.b at gmail.com                                  ballbery at sinenomine.net
unix/linux, openafs, kerberos, infrastructure          http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20121124/842107de/attachment.htm>


More information about the Beginners mailing list