[project @ 1999-12-20 10:34:27 by simonpj]
[ghc-hetmet.git] / ghc / lib / std / PrelEnum.lhs
index 2ace283..2b0f5bd 100644 (file)
@@ -19,6 +19,8 @@ module PrelEnum(
 import {-# SOURCE #-} PrelErr ( error )
 import PrelBase
 import PrelTup ()      -- To make sure we look for the .hi file
+
+default ()             -- Double isn't available yet
 \end{code}