id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
4176	reject unary minus in infix left hand side function bindings that resolve differently as expressions	maeder		"a program like:

{{{
infix 7 ##

(##) :: Int -> Int -> Int
- 1 ## 0 = 0
_ ## _ = 1
}}}

evaluates (unexpectedly) as
{{{
*Main> - 1 ## 0
-1
}}}
"	bug	new	low	7.6.2	Compiler	7.2.1		fixity resolution		Unknown/Multiple	Unknown/Multiple	None/Unknown					
