summaryrefslogtreecommitdiff
path: root/compiler/rename/rename.tex
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/rename/rename.tex')
-rw-r--r--compiler/rename/rename.tex18
1 files changed, 18 insertions, 0 deletions
diff --git a/compiler/rename/rename.tex b/compiler/rename/rename.tex
new file mode 100644
index 0000000000..b3f8e1d770
--- /dev/null
+++ b/compiler/rename/rename.tex
@@ -0,0 +1,18 @@
+\documentstyle{report}
+\input{lit-style}
+
+\begin{document}
+\centerline{{\Large{rename}}}
+\tableofcontents
+
+\input{Rename} % {Renaming and dependency analysis passes}
+\input{RnSource} % {Main pass of renamer}
+\input{RnMonad} % {The monad used by the renamer}
+\input{RnEnv} % {Environment manipulation for the renamer monad}
+\input{RnHsSyn} % {Specialisations of the @HsSyn@ syntax for the renamer}
+\input{RnNames} % {Extracting imported and top-level names in scope}
+\input{RnExpr} % {Renaming of expressions}
+\input{RnBinds} % {Renaming and dependency analysis of bindings}
+\input{RnIfaces} % {Cacheing and Renaming of Interfaces}
+
+\end{document}