Simon Peyton-Jones wrote:
I'm not sure what you are suggesting here.  Can you be more explicit?

e.g.
  (@@@) :: TypeSignature
rather than
  @@@ :: TypeSignature
,
and if GHC transforms the source
  a @@@ b = ...
into
  @@@ a b = ...
(which it seems to do sometimes),
then print
  (@@@) a b = ...
instead.


or if you meant

hmm... maybe _I_
| would mind, since it makes "what GHC is doing" just a tiny bit less
| transparent to the user of -ddump-{rn,parsed}. :-)

, I changed my mind, since those parentheses mean a different thing from normal and that makes parentheses' meaning ambiguous (of course this was already changed in HEAD for the better)


Isaac
_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to