id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
88	Allow data fields to be listed with the offside rule	benl		"Want to support:

{{{
data Thing a
       = SomeCtor 
              someField1 :: Type1
              someField2 :: Type2

       | SomeOtherCtor
              someField3 :: Type3
              ...
}}}

Instead of needing braces around the fields as in:
       
{{{
data Thing a
       = SomeCtor {
              someField1 :: Type1;
              someField2 :: Type2;
       }
       | SomeOtherCtor {
              someField3 :: Type3;
              ...
       }
}}}
"	enhancement	new	normal	0.1.5	Source Parser	0.1.2			
