|
Buglet in :info (ghc 6.2.2): msg#00020lang.haskell.glasgow.bugs
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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | RE: Bug in specialise, Simon Peyton-Jones |
|---|---|
| Next by Date: | Bug Report: stg_ap_p_ret, oriel maxime |
| Previous by Thread: | [ ghc-Bugs-1035575 ] Parallel array comprehension related crash, SourceForge.net |
| Next by Thread: | RE: Buglet in :info (ghc 6.2.2), Simon Peyton-Jones |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |