summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T17431.stdout
blob: 6879177c627a6c1d1a43709ad953ec22062e0692 (plain)
1
2
3
4
5
6
7
8
9
10
11
Breakpoint 0 activated at T17431.hs:5:15-32
Stopped in T17431.sort, T17431.hs:5:15-32
_result :: [a] = _
x :: a = _
xs :: [a] = [_,_]
*** Ignoring breakpoint [T17431.hs:5:15-32]
*** Ignoring breakpoint [T17431.hs:5:15-32]
*** Ignoring breakpoint [T17431.hs:5:15-32]
x = 3
xs = [2,1]
_result = [1,2,3]