blob: b84023b64361fc68ec58283981a9d7f6450f42e8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
*** Exception: foo
Stopped at <exception thrown>
_exception :: e = _
Stopped at <exception thrown>
_exception :: e = _
-1 : main (../Test7.hs:2:18-28)
-2 : main (../Test7.hs:2:8-29)
<end of history>
Logged breakpoint at ../Test7.hs:2:18-28
_result :: a
Logged breakpoint at ../Test7.hs:2:8-29
_result :: IO a
no more logged breakpoints
Logged breakpoint at ../Test7.hs:2:18-28
_result :: a
Stopped at <exception thrown>
_exception :: e
already at the beginning of the history
_exception = SomeException "foo"
_result :: a = _
_exception :: SomeException = SomeException "foo"
*** Exception: foo
*** Exception: foo
|