summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print005.stdout
blob: 64383baa98a59f2478355c2b334345f9d5d58a73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Breakpoint 0 activated at QSort.hs:5:16-51
Stopped in QSort.qsort, QSort.hs:5:16-51
_result :: [Int] = _
a :: Int = 8
left :: [Int] = _
right :: [Int] = _
right = (_t1::[Int])
()
right = []
left = (_t2::[Int])
()
left = 4 : (_t3::[Int])
1
left = [4]
Stopped in QSort.qsort, QSort.hs:5:16-51
_result :: [Int] = _
a :: Int = 4
left :: [Int] = _
right :: [Int] = _