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

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