Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将如何使用原始递归定义函数“简化”?
简化 :: Expr -> Expr ...
简化 使用基本算术简化表达式,例如简化 (Plus (Var "x") (Const 0)) = Var "x"