id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
211	Unable to parse strict annotations when used in a GADT	iago	nibro	"haskell-src-exts is unable to parse the following module
{{{
module Bar where

data Foo a where
    Foo :: !a -> Foo a
}}}
but it is able to parse this 
{{{
module Bar where

data Foo a = Foo !a (Foo a)
}}}
or this one
{{{
module Bar where

data Foo a where
    Foo :: a -> Foo a
}}}"	bug report	new	major		parser	1.10.0			
