[Haskell-cafe] Re: how to see operators precedence in GHCi

Simon Peyton-Jones simonpj at microsoft.com
Thu Aug 2 12:51:43 EDT 2007


Hmm. Good point.  Fixed.

Smion

| -----Original Message-----
| From: Stefan O'Rear [mailto:stefanor at cox.net]
| Sent: 26 July 2007 01:01
| To: Simon Peyton-Jones
| Cc: Bulat Ziganshin; haskell-cafe at haskell.org; Jon Fairbairn
| Subject: Re: [Haskell-cafe] Re: how to see operators precedence in GHCi
|
| On Thu, Jul 26, 2007 at 12:42:52AM +0100, Simon Peyton-Jones wrote:
| >
| > | Uhm...  that didn't work :)
| > |
| > | Not quite as nice:
| > |
| > | stefan at stefans:~$ ghci -ddump-rn-trace
| >
| > You probably wanted -ddump-rn
|
| Seemed so, but that option has no effect (bug?):
|
| stefan at 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


More information about the Haskell-Cafe mailing list