wondering about -ddump-parsed, rn
Isaac Dupree
isaacdupree at charter.net
Mon Aug 20 06:59:39 EDT 2007
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
More information about the Glasgow-haskell-users
mailing list