Fix scoped type variables for expression type signatures
[ghc-hetmet.git] / compiler / rename / rename.tex
1 \documentstyle{report}
2 \input{lit-style}
3
4 \begin{document}
5 \centerline{{\Large{rename}}}
6 \tableofcontents
7
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}
17
18 \end{document}