Mon Sep 10 07:53:19 PDT 2007  Pepe Iborra <[EMAIL PROTECTED]>
  * Nicer GHCi debugger underlining
  
  Improved the underlining of blocks.
  With this patch it does:
  
  Stopped at break020.hs:(6,20)-(7,29)
  _result :: t1 () = _
  5  
                       vv
  6  in_another_decl _ = do line1 0
  7                         line2 0
                                   ^^
  8  
  
  Instead of
  
  Stopped at break020.hs:(6,20)-(7,29)
  _result :: t1 () = _
  5  
  6  in_another_decl _ = do line1 0
                         ^^
  7                         line2 0
                                   ^^
  8  
  
  

    M ./compiler/ghci/InteractiveUI.hs -13 +14

_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to