>#WIP
ghci(hs)let x = 1 + 2 :: Int
x
hs> let x = 1 + 2 :: Int > :sprint x x = _ > x -- 一度使用する 3 > :sprint x -- 一度でも使用すると評価済みになる x = 3