summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/break017.stdout
blob: 6c8513f00ba2e7240bc38102b7c5511335287ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
"Stopped in <exception thrown>, <unknown>
_exception :: e = _
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 ImplicitParams):
  error, called at libraries/base/GHC/Err.hs:43:14 in base:GHC.Err
  undefined, called at <interactive>:3:17 in interactive:Ghci1
  it, called at <interactive>:3:1 in interactive:Ghci1
Printing 2
as = 'b' : 'c' : (_t2::[Char])