|
Re: [GHC] #386: :i wrongly claims "Imported from ...": msg#00096lang.haskell.glasgow.bugs
#386: :i wrongly claims "Imported from ..." ----------------------+----------------------------------------------------- Reporter: pimlott | Owner: nobody Type: bug | Status: assigned Priority: lowest | Milestone: Component: GHCi | Version: 6.4.1 Severity: normal | Resolution: None Keywords: | Os: Unknown Difficulty: Unknown | Architecture: Unknown ----------------------+----------------------------------------------------- Changes (by simonmar): * architecture: => Unknown * difficulty: => Unknown * version: None => 6.4.1 * os: => Unknown Old description: > {{{ > Mostly cosmetic mix-up: > > Prelude> :m GHC.Exception > Prelude GHC.Exception> :i System.IO.Error.catch > catch :: IO a -> (IOError -> IO a) -> IO a > -- Imported from GHC.Exception > > The catch described is not the same on as imported from > GHC.Exception. > }}} New description: {{{ Mostly cosmetic mix-up: Prelude> :m GHC.Exception Prelude GHC.Exception> :i System.IO.Error.catch catch :: IO a -> (IOError -> IO a) -> IO a -- Imported from GHC.Exception The catch described is not the same on as imported from GHC.Exception. }}} -- Ticket URL: <http://cvs.haskell.org/trac/ghc/ticket/386> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler_______________________________________________ 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: | Re: [GHC] #367: Infinite loops can hang Concurrent Haskell, GHC |
|---|---|
| Next by Date: | Re: [GHC] #414: GHC does not eforce that Main exports main, GHC |
| Previous by Thread: | Re: [GHC] #367: Infinite loops can hang Concurrent Haskell, GHC |
| Next by Thread: | Re: [GHC] #414: GHC does not eforce that Main exports main, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |