From: simonpj Date: Thu, 9 Jan 2003 15:41:50 +0000 (+0000) Subject: [project @ 2003-01-09 15:41:50 by simonpj] X-Git-Tag: Approx_11550_changesets_converted~1280 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=661d29564f24a7b19a6c42299461fd8db4922a3f;p=ghc-hetmet.git [project @ 2003-01-09 15:41:50 by simonpj] Comments only --- diff --git a/ghc/compiler/coreSyn/CoreTidy.lhs b/ghc/compiler/coreSyn/CoreTidy.lhs index 4443774..037418f 100644 --- a/ghc/compiler/coreSyn/CoreTidy.lhs +++ b/ghc/compiler/coreSyn/CoreTidy.lhs @@ -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}