[project @ 2000-01-13 14:33:57 by hwloidl]
[ghc-hetmet.git] / ghc / lib / std / PrelWeak.lhs
index 3b09a39..354332b 100644 (file)
@@ -7,6 +7,8 @@
 \begin{code}
 {-# OPTIONS -fno-implicit-prelude #-}
 
+#ifndef __PARALLEL_HASKELL__
+
 module PrelWeak where
 
 import PrelGHC
@@ -43,4 +45,6 @@ instance Eq (Weak v) where
   (Weak w1) == (Weak w2) = w1 `sameWeak#` w2
 -}
 
+#endif
+
 \end{code}