By all means do so
S
From: ghc-devs [mailto:ghc-devs-bounces@haskell.org]
On Behalf Of Alan & Kim Zimmerman
Sent: 06 October 2014 13:59
To: ghc-devs@haskell.org
Subject: Show instance for SrcSpan
Is there any reason I can't put in a diff request to replace the derived Show instance for SrcSpan with a handcrafted one that does not exhausively list the constructors, making it more readable?
Alan