From b621258ce7869773a561bca6154e9aa714e4182a Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Sat, 2 Jul 2016 17:31:00 -0400 Subject: [PATCH] Better example text for panic. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef58707b0..520ea7e01 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ This is by design. For fatal uncatchable errors use the provided ``panic`` function if you intend the program to immediately abort. ```haskell -panic "This is fatal my failure" +panic "Thus I die. Thus, thus, thus. Now I am dead" ``` If inside of IO simply use ``throwIO`` for exception handling, or if in pure