id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
47	NamedFieldPuns don't work with infix record selectors	sebf@…	nibro	"When using operators as record fields these cannot be initialised using the {{{Cons {...}}}} syntax:

{{{
{-# LANGUAGE NamedFieldPuns #-}

data RecordWithInfixSelector = Cons { (<>) :: Int -> Int }

idRecord = Cons { (<>) = id }
}}}
"	bug report	closed	major	Full code support	parser	0.5.6	fixed		sebf@…
