~ubuntu-branches/ubuntu/precise/ghc/precise

« back to all changes in this revision

Viewing changes to compiler/rename/rename.tex

  • Committer: Bazaar Package Importer
  • Author(s): Joachim Breitner
  • Date: 2011-01-17 12:49:24 UTC
  • Revision ID: james.westby@ubuntu.com-20110117124924-do1pym1jlf5o636m
Tags: upstream-7.0.1
ImportĀ upstreamĀ versionĀ 7.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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}