diff options
author | Gabor Greif <ggreif@gmail.com> | 2016-08-05 09:00:51 +0200 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2016-08-05 09:04:57 +0200 |
commit | db5a22627b3e6bcc9fa17fbc070daac0919b552a (patch) | |
tree | 07cad1a91efedaac640eb00d5970780cd0d43896 /libraries | |
parent | fc66415b11523dcd0bff267225cc901203515060 (diff) | |
download | haskell-db5a22627b3e6bcc9fa17fbc070daac0919b552a.tar.gz |
Fix omission in haddock instance head
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/ghc-prim/GHC/Types.hs | 2 |
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 |