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

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