#2707: GHCi reports "exitWith ExitSuccess" as an exception
---------------------------------+------------------------------------------
    Reporter:  guest             |       Owner:                  
        Type:  bug               |      Status:  new             
    Priority:  normal            |   Component:  Compiler        
     Version:  6.8.3             |    Severity:  normal          
    Keywords:                    |    Testcase:                  
Architecture:  Unknown/Multiple  |          Os:  Unknown/Multiple
---------------------------------+------------------------------------------
 Consider the following behaviour.

 {{{
 [EMAIL PROTECTED]:~$ ghci
 GHCi, version 6.8.2: http://www.haskell.org/ghc/  :? for help
 Loading package base ... linking ... done.
 Prelude> :m System.Exit
 Prelude System.Exit> exitWith ExitSuccess
 *** Exception: exit: ExitSuccess
 Prelude System.Exit>
 }}}

 Is this desired --- i.e. is a successfull exit worth shouting about?

 Matthew Naylor ([EMAIL PROTECTED])

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2707>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to