Remove note about error function from README (#100)

This commit is contained in:
Alex Pankoff
2019-03-18 10:38:04 +00:00
committed by Stephen Diehl
parent a69d4ec1dd
commit cfa026a068
+1 -1
View File
@@ -151,7 +151,7 @@ import GHC.Show (Show(..))
Automatic deriving of ``Show`` for your types is still supported since the class
is in scope by default.
* **Partial functions like ``undefined`` and ``error`` raise compiler warnings on
* **Partial functions like ``undefined`` raise compiler warnings on
usage.**
This is by design. For fatal uncatchable errors use the provided ``panic``