如何在Haskell中捕获异常?
在阅读本文之后,我已经弄清楚了:可扩展的动态类型的异常层次结构
handle (\(SomeException e) -> return $ "caught: " ++ show e) undefined