id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
1422	wrong warning for exporting all constructors of a void type	SamB		"{{{
{-# LANGUAGE EmptyDataDecls #-}

module WrongExportWarning (Empty(..)) where

data Empty
}}}

produces the incorrect warning:

{{{
WrongExportWarning.hs:3:27:
    Warning: The export item `Empty(..)'
             suggests that `Empty' has constructor or class methods
             but it has none; it is a type synonym or abstract type or class
}}}

If this was already fixed, I state in my defense that trac's search sucks."	bug	closed	normal		Compiler	6.6	fixed			Unknown/Multiple	Unknown/Multiple		Easy (less than 1 hour)				
