[commit: ghc] master: Fix hash in haddock of ghc-prim. (2feed11)
git at git.haskell.org
git at git.haskell.org
Mon Jan 15 19:22:45 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2feed118413944cae8a4eed17365f40521f470db/ghc
>---------------------------------------------------------------
commit 2feed118413944cae8a4eed17365f40521f470db
Author: HE, Tao <sighingnow at gmail.com>
Date: Mon Jan 15 13:51:15 2018 -0500
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
>---------------------------------------------------------------
2feed118413944cae8a4eed17365f40521f470db
compiler/prelude/primops.txt.pp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/prelude/primops.txt.pp b/compiler/prelude/primops.txt.pp
index e958baf..93482df 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#]
More information about the ghc-commits
mailing list