summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci.debugger/scripts/print026.script
blob: 62136cfeb4940479359e4d5806cdcb22ae9d7edd (plain)
1
2
3
4
5
6
7
8
-- test -fprint-evld-with-show

:m +Data.Sequence
let l = fromList "abc"
l
:p l
:set -fprint-evld-with-show
:p l