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

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