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

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