Eliminate over-zealous warning in CoreToStg
[ghc-hetmet.git] / compiler / types / TyCon.lhs
index 0ac3bf0..84d16e0 100644 (file)
@@ -475,6 +475,7 @@ data PrimRep
   | AddrRep            -- a pointer, but not to a Haskell value
   | FloatRep
   | DoubleRep
+  deriving( Eq )
 
 -- Size of a PrimRep, in bytes
 sizeofPrimRep :: PrimRep -> Int