« Return to Thread: how to see operators precedence in GHCi

Re: Re: how to see operators precedence in GHCi

by Stefan O'Rear :: Rate this Message:

Reply to Author | View in Thread

On Thu, Jul 26, 2007 at 12:42:52AM +0100, Simon Peyton-Jones wrote:
>
> | Uhm...  that didn't work :)
> |
> | Not quite as nice:
> |
> | stefan@stefans:~$ ghci -ddump-rn-trace
>
> You probably wanted -ddump-rn

Seemed so, but that option has no effect (bug?):

stefan@stefans:~$ ghci -ddump-rn
GHCi, version 6.7.20070712: http://www.haskell.org/ghc/  :? for help
Loading package base ... linking ... done.
Prelude> 2 + 2
4
Prelude>

Stefan


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@...
http://www.haskell.org/mailman/listinfo/haskell-cafe

signature.asc (196 bytes) Download Attachment

 « Return to Thread: how to see operators precedence in GHCi