|
RE: Buglet in :info (ghc 6.2.2): msg#00044lang.haskell.glasgow.bugs
Thank you for pointing this out. I've just committed a fix. SImion | -----Original Message----- | From: glasgow-haskell-bugs-bounces@xxxxxxxxxxx [mailto:glasgow-haskell-bugs- | bounces@xxxxxxxxxxx] On Behalf Of Tomasz Zielonka | Sent: 07 December 2004 12:30 | To: GHC-bugs | Subject: Buglet in :info (ghc 6.2.2) | | Hello, | | This happens in GHC 6.2.2: | | Prelude> let lf $$$ lx = zipWith ($) lf lx | Prelude> :i $$$ | -- $$$ is a variable, defined at <interactive>:1 | ($$$) :: forall b b. [b -> b] -> [b] -> [b] | Prelude> :t ($$$) | ($$$) :: forall b b1. [b1 -> b] -> [b1] -> [b] | | Note the difference in types presented by :info and :type. Also note that in | :info there are two 'b' variables between 'forall' and dot. | | Best regards, | Tomasz | _______________________________________________ | Glasgow-haskell-bugs mailing list | Glasgow-haskell-bugs@xxxxxxxxxxx | http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-1018656 ] closure type 54000, SourceForge.net |
|---|---|
| Next by Date: | RE: [Fwd: Instance resolving strangeness], Simon Peyton-Jones |
| Previous by Thread: | Buglet in :info (ghc 6.2.2), Tomasz Zielonka |
| Next by Thread: | Bug Report: stg_ap_p_ret, oriel maxime |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |