Nicer GHCi debugger underlining
authorPepe Iborra <mnislaih@gmail.com>
Mon, 10 Sep 2007 14:53:19 +0000 (14:53 +0000)
committerPepe Iborra <mnislaih@gmail.com>
Mon, 10 Sep 2007 14:53:19 +0000 (14:53 +0000)
commitb59ce959a2a107bbcf68245287e4ed508b2cb351
treed639d96dc88001eef1ffd37e850b799c5d28d5fd
parent5ac833ec6a3ecb038249e5ea9c43b372f77481b5
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
compiler/ghci/InteractiveUI.hs