|
Repeated :info giving different results: msg#00124lang.haskell.glasgow.bugs
Hi, every once in a while, a screenshot says more than a thousand words. And it's "global": ":i Bool" followed by ":i Int" shows exactly the same symptom. Groeten, Remi ~% ghci ___ ___ _ / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.4, for Haskell 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. Loading package base-1.0 ... linking ... done. Prelude> :i Bool data Bool = False | True -- <wired into compiler> instance Eq Bool -- Imported from GHC.Base instance Ord Bool -- Imported from GHC.Base Prelude> :i Bool data Bool = False | True -- <wired into compiler> instance Bounded Bool -- Imported from GHC.Enum instance Enum Bool -- Imported from GHC.Enum instance Eq Bool -- Imported from GHC.Base instance Ord Bool -- Imported from GHC.Base instance Read Bool -- Imported from GHC.Read instance Show Bool -- Imported from GHC.Show Prelude> -- Nobody can be exactly like me. Even I have trouble doing it.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-1166572 ] compiler fails on PPC G3/ 10.3.8, SourceForge.net |
|---|---|
| Next by Date: | [ ghc-Bugs-1167383 ] GHCi reports too few instances, SourceForge.net |
| Previous by Thread: | [ ghc-Bugs-1166572 ] compiler fails on PPC G3/ 10.3.8, SourceForge.net |
| Next by Thread: | RE: Repeated :info giving different results, Simon Peyton-Jones |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |