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