summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print028.script
blob: 37ed9643647f74ee6aa3b74be76dba4ea026a4f3 (plain)
1
2
3
4
5
6
7
8
9
:set -Wno-x-partial
:m + Data.IORef

let l = map Just [1::Integer .. 10]
:p l
head l
r <- newIORef l
:p r
:sp r