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