[project @ 2003-01-09 15:41:50 by simonpj]
[ghc-hetmet.git] / ghc / compiler / coreSyn / CoreTidy.lhs
index 4443774..037418f 100644 (file)
@@ -35,6 +35,9 @@ import Util           ( mapAccumL )
 \end{code}
 
 
+This module contains "tidying" code for *nested* expressions, bindings, rules.
+The code for *top-level* bindings is in TidyPgm.
+
 %************************************************************************
 %*                                                                     *
 \subsection{Tidying expressions, rules}