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

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