Skip to content
Snippets Groups Projects
Commit f4ef2fab authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1997-11-21 11:23:04 by simonm]

Add reallyUnsafePtrEq.
parent 814e402f
No related merge requests found
......@@ -20,12 +20,21 @@ module IOExts
, trace
, performGC
, reallyUnsafePtrEq
) where
\end{code}
\begin{code}
import PrelBase
import IOBase
import IORef
import STBase
import Unsafe
import GHC
reallyUnsafePtrEq a b =
case reallyUnsafePtrEquality# a b of
0# -> False
_ -> True
\end{code}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment