Skip to content
Snippets Groups Projects
Commit 353ed7d7 authored by Sergey Vinokurov's avatar Sergey Vinokurov Committed by Ben Gamari
Browse files

Fix missing code example in changelog for 8.4.1

(cherry picked from commit 3ae408cf93d10b9a2e5acb4186dc8e0c62e0afb6)
parent a1e15c8f
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ Compiler
``error``: ::
instance Show (Empty a) where
showsPrec = "Void showsPrec"
showsPrec = error "Void showsPrec"
Now, they emit code that inspects the argument. That is, if the argument
diverges, then showing it will also diverge: ::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment