[GHC] #2142: :b doesn't invoke :browse, or even generate an ambiguous command error

GHC trac at galois.com
Sat Mar 8 10:23:26 EST 2008


#2142: :b doesn't invoke :browse, or even generate an ambiguous command error
------------------------+---------------------------------------------------
    Reporter:  SamB     |       Owner:          
        Type:  bug      |      Status:  new     
    Priority:  normal   |   Component:  Compiler
     Version:  6.8.2    |    Severity:  normal  
    Keywords:           |    Testcase:          
Architecture:  Unknown  |          Os:  Unknown 
------------------------+---------------------------------------------------
 Previously, :b Prelude would show the things exported by Prelude. Now, it
 emits the mysterious error message:

 {{{
 module 'Prelude' is not interpreted
 }}}

 I am told that this is because it is GHCi is invoking :break instead of
 :browse. Shouldn't this result in GHCi complaining that :b is ambiguous? I
 also think :b should be explicitly defined as an alias for :browse.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2142>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the Glasgow-haskell-bugs mailing list