summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print001.script
blob: bdb2098c0f8abd0de94d8c11beaac2efb3fde07d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- Printing of lists

let li = map Just [0::Integer .. 5]
:p li
head li
:p li
length li
:p li
:sp li
li
:p li
:sp li