RE: small bug with :info and ids beginning with _

2003-07-01 Thread Simon Peyton-Jones
Fixed thank you. | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On | Behalf Of Hal Daume | Sent: 30 June 2003 18:09 | To: [EMAIL PROTECTED] | Subject: small bug with :info and ids beginning with _ | | :info treats _a as an infix operator in ghci. | | Prelude

small bug with :info and ids beginning with _

2003-06-30 Thread Hal Daume
:info treats _a as an infix operator in ghci. Prelude> let _a = 'a' Prelude> :i _a -- _a is a variable, defined at :1 (_a) :: Char should have not enclosed _a in parens. -- Hal Daume III | [EMAIL PROTECTED] "Arrest this man, he talks in maths." | ww