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