summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T2976.script
blob: 32a5472b05ca21067efbb97eab86817ac057c180 (plain)
1
2
3
4
5
6
7
8
let test = 0 :: Integer
:show bindings
:force test
:show bindings
let test = "test"
:show bindings
:force test
:show bindings