标签: haskell ghc ghci
如何在haskell中看到变量名称替换为其值? 例如
c2i zero ==> c2i (Chr (\x y -> y)) ==> (\x y -> y) (+ 1) 0 ==> 0
如this answer中所述。