From cfa026a068c10424a60b2963e829622bf26d73b6 Mon Sep 17 00:00:00 2001 From: Alex Pankoff Date: Mon, 18 Mar 2019 11:38:04 +0100 Subject: [PATCH] Remove note about error function from README (#100) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf9274014..f6b2d62fd 100644 --- a/README.md +++ b/README.md @@ -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``