id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
218	Parse error on forall	NeilMitchell	nibro	"As reported by an HLint user in http://code.google.com/p/ndmitchell/issues/detail?id=504, HSE can't deal with the \forall symbol. The following gives a parse error.

{{{
{-# LANGUAGE UnicodeSyntax, ExplicitForAll #-}

module UniTest2 where

id1 ∷ ∀ a . a → a
id1 x = x
}}}
"	bug report	new	major		parser				
