id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
33	Check for conflicting projection functions.	benl	erikd	"
In this program, the custom ""name"" field conflicts with the default one from the type definition.

{{{
data Fish %r1
	= Fish { 
		name 	:: String %r1; 
		age	:: Int %r1 
	};

project Fish where
	name = ""fred""
}}}

"	defect	closed	normal	0.1.4	Build System	0.1.2	fixed		
