5 \centerline{{\Large{rename}}}
8 \input{Rename} % {Renaming and dependency analysis passes}
9 \input{RnSource} % {Main pass of renamer}
10 \input{RnMonad} % {The monad used by the renamer}
11 \input{RnEnv} % {Environment manipulation for the renamer monad}
12 \input{RnHsSyn} % {Specialisations of the @HsSyn@ syntax for the renamer}
13 \input{RnNames} % {Extracting imported and top-level names in scope}
14 \input{RnExpr} % {Renaming of expressions}
15 \input{RnBinds} % {Renaming and dependency analysis of bindings}
16 \input{RnIfaces} % {Cacheing and Renaming of Interfaces}