diff options
author | HE, Tao <sighingnow@gmail.com> | 2018-01-15 13:51:15 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-01-15 13:53:46 -0500 |
commit | 2feed118413944cae8a4eed17365f40521f470db (patch) | |
tree | 2d2a946e3da6a2755343c3f814fac0b92952f71f | |
parent | 78306b5396c77519318a409ff9514c48eeb52c63 (diff) | |
download | haskell-2feed118413944cae8a4eed17365f40521f470db.tar.gz |
Fix hash in haddock of ghc-prim.
Reviewers: bgamari
Reviewed By: bgamari
Subscribers: rwbarton, thomie, carter
GHC Trac Issues: #14653
Differential Revision: https://phabricator.haskell.org/D4305
-rw-r--r-- | compiler/prelude/primops.txt.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp index e958baf0e4..93482df03e 100644 --- a/compiler/prelude/primops.txt.pp +++ b/compiler/prelude/primops.txt.pp @@ -2621,7 +2621,7 @@ section "Unsafe pointer equality" primop ReallyUnsafePtrEqualityOp "reallyUnsafePtrEquality#" GenPrimOp a -> a -> Int# - { Returns 1# if the given pointers are equal and 0# otherwise. } + { Returns {\texttt 1\#} if the given pointers are equal and {\texttt 0\#} otherwise. } with can_fail = True -- See Note [reallyUnsafePtrEquality#] |