id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
195	Fails to parse (#*) operator with UnboxedTuples extension turned on	NeilMitchell2	nibro	"Consider:

{{{
{-# LANGUAGE UnboxedTuples, MagicHash #-}
(#*:) :: a
(#*:) = undefined
}}}

GHC parses this just fine (as an operator), but HSE gets it wrong trying to treat it as an unboxed tuple. This bug was found by an HLint user: http://code.google.com/p/ndmitchell/issues/detail?id=329"	bug report	new	major		parser	1.8.x			
