[project @ 1997-06-05 21:23:08 by sof]
[ghc-hetmet.git] / ghc / compiler / absCSyn / CStrings.lhs
index 964623a..c6beabf 100644 (file)
@@ -14,11 +14,11 @@ module CStrings(
 
   ) where
 
+IMPORT_1_3(Char (isAlphanum,ord,chr))
 CHK_Ubiq() -- debugging consistency check
 
 import Pretty
 
-IMPORT_1_3(Char (isAlphanum,ord,chr))
 \end{code}