[project @ 2002-04-22 16:06:35 by simonpj]
[ghc-hetmet.git] / ghc / compiler / main / BinIface.hs
index 799ce15..611bd53 100644 (file)
@@ -575,7 +575,7 @@ instance Binary DmdResult where
            h <- getByte bh
            case h of
              0 -> do return TopRes
-             1 -> do return RetCPR
+             1 -> do return retCPR
              _ -> do return BotRes
 
 instance Binary StrictSig where