summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2016-08-05 09:00:51 +0200
committerGabor Greif <ggreif@gmail.com>2016-08-05 09:04:57 +0200
commitdb5a22627b3e6bcc9fa17fbc070daac0919b552a (patch)
tree07cad1a91efedaac640eb00d5970780cd0d43896
parentfc66415b11523dcd0bff267225cc901203515060 (diff)
downloadhaskell-db5a22627b3e6bcc9fa17fbc070daac0919b552a.tar.gz
Fix omission in haddock instance head
-rw-r--r--libraries/ghc-prim/GHC/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/ghc-prim/GHC/Types.hs b/libraries/ghc-prim/GHC/Types.hs
index fe21e4198c..06fc79310d 100644
--- a/libraries/ghc-prim/GHC/Types.hs
+++ b/libraries/ghc-prim/GHC/Types.hs
@@ -229,7 +229,7 @@ class a ~~ b
-- Nevertheless one can pretend that the following three kinds of instances
-- exist. First, as a trivial base-case:
--
--- @instance a a@
+-- @instance Coercible a a@
--
-- Furthermore, for every type constructor there is
-- an instance that allows to coerce under the type constructor. For