
#16358: Confusing ghci error message -------------------------------------+------------------------------------- Reporter: lerkok | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 8.6.3 Resolution: duplicate | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: #15611 | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * status: new => closed * resolution: => duplicate * related: => #15611 Comment: Thanks for the bug report. This is a duplicate of #15611, which will be fixed in GHC 8.8: {{{ λ> import qualified Data.Set as S λ> S.foo <interactive>:2:1: error: Not in scope: ‘S.foo’ }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/16358#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler