Skip to content
  • Simon Peyton Jones's avatar
    Improve error message when using qualified names in GHCi · e60a841b
    Simon Peyton Jones authored
    When you say
      ghci> :i Foo.x
    GHCi tries to find module Foo and get 'x' from it.  But
    if Foo doesn't exist we don't want to say:
      Attempting to use module ‛Foo’ which is not loaded
    
    This is a bit confusing. Rather we just want to say that
    Foo.x is not in scope.
    e60a841b