Open andreasabel opened 12 years ago
The following code is indented incorrectly:
showInverse x = do q <- invert x return $ show q `catchError` \ e -> return "infinity"
It's rendered more like this:
(and that has a different meaning in Haskell).
The following code is indented incorrectly:
It's rendered more like this:
(and that has a different meaning in Haskell).