summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print028.script
blob: dac981637050100f72f74745e42bb8685d4855e3 (plain)
1
2
3
4
5
6
7
8
:m + Data.IORef

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