[project @ 2003-01-09 15:41:50 by simonpj]
authorsimonpj <unknown>
Thu, 9 Jan 2003 15:41:50 +0000 (15:41 +0000)
committersimonpj <unknown>
Thu, 9 Jan 2003 15:41:50 +0000 (15:41 +0000)
Comments only

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}