id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
221	Parse error with forall in class	NeilMitchell	nibro	"The following code parses fine with GHC, but not HSE 1.13.2

{{{
{-# LANGUAGE ScopedTypeVariables #-}
instance forall a. MyClass a => MyClass [a] where
}}}

It gives the error:

{{{
Illegal instance declaration
}}}

Originally reported as a bug in HLint, http://code.google.com/p/ndmitchell/issues/detail?id=544"	bug report	new	major		parser				ndmitchell@…
