summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci055.script
blob: 46a08a2bc32cc117e502eb0c16f687de289136c1 (plain)
1
2
3
4
5
6
7
let x=undefined
let y=3
:force x
:show bindings
-- in 7.3 and earlier this used to print just "*** Exception:
-- Prelude.undefined", now we see bindings for x and y, and x's value
-- is printed as the exception.