|
[ ghc-Bugs-1120891 ] :i gives bogus type: msg#00038lang.haskell.glasgow.bugs
Bugs item #1120891, was opened at 2005-02-11 11:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1120891&group_id=8032 Category: Compiler Group: 6.2.2 Status: Open Resolution: None Priority: 5 Submitted By: Andrew Pimlott (pimlott) Assigned to: Nobody/Anonymous (nobody) Summary: :i gives bogus type Initial Comment: Observed by me and Ketil Malde <ketil+haskell@xxxxxxxxx> in ghc 6.2.1 and 6.2.2: Prelude> let (...) = (.) . (.) . (.) Prelude> :t (...) (...) :: forall c a a1 a2 b. (b -> c) -> (a2 -> a1 -> a -> b) -> a2 -> a1 -> a -> c Prelude> :i (...) -- ... is a variable, defined at <interactive>:1 (...) :: forall a a b c a. (b -> c) -> (a -> a -> a -> b) -> a -> a -> a -> c :t is correct, but notice that in :i, the type variable a is repeated. PS. There is no bug category for ghci. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1120891&group_id=8032
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-1119221 ] Rebindable syntax doesn't work as advertised, SourceForge.net |
|---|---|
| Next by Date: | [ ghc-Bugs-1122207 ] EVACUATED object entered!, SourceForge.net |
| Previous by Thread: | [ ghc-Bugs-1120098 ] ghc hangs during compilation, SourceForge.net |
| Next by Thread: | [ ghc-Bugs-1120891 ] :i gives bogus type, SourceForge.net |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |