标签: haskell
我试图只打印monad值,而不是ghci中的上下文信息,
ghci> let a = Just 10 ghci> print !!!!!!
!!!!!必须打印,
10
而不是
Just 10