X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypes%2FTyCon.lhs;h=84d16e0bc4fbf022ca795c2cff98713b7ff65965;hp=0ac3bf07e49217b79af5415a627b8c10aa42002a;hb=e8b4f75a43685b56d8300dee9db2472977fba8fc;hpb=75ba47fa64d358c569c214be669b6570533ae920 diff --git a/compiler/types/TyCon.lhs b/compiler/types/TyCon.lhs index 0ac3bf0..84d16e0 100644 --- a/compiler/types/TyCon.lhs +++ b/compiler/types/TyCon.lhs @@ -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