[project @ 1999-01-15 15:57:33 by simonm]
[ghc-hetmet.git] / ghc / compiler / basicTypes / Const.lhs
index d254cbe..1a48d0c 100644 (file)
@@ -36,6 +36,8 @@ import CStrings               ( stringToC, charToC, charToEasyHaskell )
 
 import Outputable
 import Util            ( thenCmp )
+
+import Ratio           ( numerator, denominator )
 \end{code}