[GHC] #13869: Improved response from GHCi about ":l" or ":r".

GHC ghc-devs at haskell.org
Fri Jun 23 16:13:01 UTC 2017


#13869: Improved response from GHCi about ":l" or ":r".
-------------------------------------+-------------------------------------
           Reporter:  vanto          |             Owner:  (none)
               Type:  feature        |            Status:  new
  request                            |
           Priority:  normal         |         Milestone:
          Component:  GHCi           |           Version:  8.0.2
           Keywords:                 |  Operating System:  Unknown/Multiple
       Architecture:                 |   Type of failure:  Incorrect
  Unknown/Multiple                   |  error/warning at compile-time
          Test Case:                 |        Blocked By:
           Blocking:                 |   Related Tickets:
Differential Rev(s):                 |         Wiki Page:
-------------------------------------+-------------------------------------
 I inadvertently wrote {{{:l}}} instead of {{{:r}}} and after typing on
 "return" GHCi replied\\

 {{{
 Prelude> :l
 Ok, modules loaded: none.
 }}}
 It disturbed me for a few moments.
 Why OK?
 Sorry but again this does not make sense here.
 The interpreter does not load anything.
 It is better to say\\

 {{{
 Failed, modules loaded: none.
 }}}
 And so after I write\\

 {{{
 Prelude> :r
 Ok, modules loaded: none.
 }}}
 Here too it is better to say\\

 {{{
 Failed, modules loaded: none.
 }}}

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


More information about the ghc-tickets mailing list