summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break017.stdout
blob: 28a1d23dffb4df254288bd302a9fbfdd8e80d9a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
"Stopped in <exception thrown>, <unknown>
_exception :: e = _
Logged breakpoint at QSort.hs:6:32-34
_result :: Char -> Bool
a :: Char
Logged breakpoint at QSort.hs:6:24-38
_result :: [Char]
a :: Char
as :: [Char]
Printing 1
as = 'b' : 'c' : (_t1::[Char])
Forcing
*** Exception: Prelude.undefined
CallStack (from HasCallStack):
  undefined, called at <interactive>:3:17 in interactive:Ghci1
Printing 2
as = 'b' : 'c' : (_t2::[Char])