summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorArnaud Spiwack <arnaud@spiwack.net>2018-12-03 19:54:19 +0100
committerKrzysztof Gogolewski <krz.gogolewski@gmail.com>2018-12-03 19:54:19 +0100
commit920f1bdc21cbbb74701f43aac1cbe5967fd75896 (patch)
tree22199b981af17a2489f82e4479b6dc69a60eca3e /compiler
parentaef5d82543bb642a65f63e1f05f245b9cddafd8c (diff)
downloadhaskell-920f1bdc21cbbb74701f43aac1cbe5967fd75896.tar.gz
Fix link name to a note
Reviewers: goldfire, bgamari, tdammers Reviewed By: tdammers Subscribers: rwbarton, carter Differential Revision: https://phabricator.haskell.org/D5399
Diffstat (limited to 'compiler')
-rw-r--r--compiler/iface/IfaceType.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/IfaceType.hs b/compiler/iface/IfaceType.hs
index 4a42afedf2..c92c5d00f5 100644
--- a/compiler/iface/IfaceType.hs
+++ b/compiler/iface/IfaceType.hs
@@ -1790,7 +1790,7 @@ instance Binary IfaceCoercion where
= pprPanic "Can't serialise IfaceFreeCoVar" (ppr cv)
put_ _ (IfaceHoleCo cv)
= pprPanic "Can't serialise IfaceHoleCo" (ppr cv)
- -- See Note [Holes in IfaceUnivCoProv]
+ -- See Note [Holes in IfaceCoercion]
get bh = do
tag <- getByte bh