有什么方法两个使用两个或多个块的'where'?像这样的东西:
plus:: Int -> Int -> Int
plus a b = x + y
where x = f1 a
where y = f2 b
有什么方法两个使用两个或多个块的'where'?像这样的东西:
plus:: Int -> Int -> Int
plus a b = x + y
where x = f1 a
where y = f2 b