summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print005.script
blob: 0d265087032c5bb7ea40a07c251ee4d634142be7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
-- Recovery of types, polymorphic bindings inside a bkpt

:l ../QSort
:break 5
qsort [8, 4]

:p right
seq right ()
:p right
:p left
seq left ()
:p left
length left
:p left
:continue