summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci.debugger/scripts/print009.script
blob: 9c36e8c403e422a59b25cddea7e2a333e888ee83 (plain)
1
2
3
4
5
6
7
8
-- Name generation
-- Testing collisions

let _t1 = "user value"
let li = map Just [1..4]
:p li
_t1
_t2