Ticket #4433 (closed bug: wontfix)
Suboptimal rendering of long type signatures
Description
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]
Change History
Note: See
TracTickets for help on using
tickets.
