id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
4433	Suboptimal rendering of long type signatures	osaunders		"At present GHCi displays the type signature of zipWith7 like this:


{{{
zipWith7 ::
  (a -> b -> c -> d -> e -> f -> g -> h)
  -> [a]
  -> [b]
  -> [c]
  -> [d]
  -> [e]
  -> [f]
  -> [g]
  -> [h]
}}}

Is it possible to could be displayed like this instead?:

{{{
zipWith7 ::
  (a -> b -> c -> d -> e -> f -> g -> h)
  -> [a] -> [b] -> [c] -> [d]
  -> [e] -> [f] -> [g] -> [h]
}}}"	bug	closed	normal		GHCi	6.12.3	wontfix			Unknown/Multiple	Unknown/Multiple	None/Unknown					
