summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break024.stdout
blob: 211b1cf348d1d7081c52932a132407315a85db69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Left user error (error)
Stopped in <exception thrown>, <unknown>
_exception :: e = _
_exception = SomeExceptionWithLocation
               (GHC.IO.Exception.IOError
                  Nothing GHC.IO.Exception.UserError [] "error" Nothing Nothing)
*** Exception: user error (error)
Stopped in <exception thrown>, <unknown>
_exception :: e = _
_exception = SomeExceptionWithLocation
               (GHC.IO.Exception.IOError
                  Nothing GHC.IO.Exception.UserError [] "error" Nothing Nothing)
Stopped in <exception thrown>, <unknown>
_exception :: e = SomeExceptionWithLocation
                    (GHC.IO.Exception.IOError Nothing GHC.IO.Exception.UserError ....)
Stopped in <exception thrown>, <unknown>
_exception :: e = _
_exception = SomeExceptionWithLocation
               (GHC.IO.Exception.IOError
                  Nothing GHC.IO.Exception.UserError [] "error" Nothing Nothing)
Left user error (error)