X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Ffinal-presentation.git;a=blobdiff_plain;f=christiaan%2Frecursion.lhs;h=7732e2331fc6efdd1631762427ee12957d5c336e;hp=c3883559296613cdefc54f2d6b1536ead4d1dc79;hb=b614e04b171194ad19ea2597a7028f84cc03389c;hpb=e3bd36136d4f614710fc48c97a665501c10df819 diff --git a/christiaan/recursion.lhs b/christiaan/recursion.lhs index c388355..7732e23 100644 --- a/christiaan/recursion.lhs +++ b/christiaan/recursion.lhs @@ -1,4 +1,4 @@ -\section{Recursion} +\subsection{Recursion} %include talk.fmt \frame{ \frametitle{Future Work: Recursion} @@ -9,7 +9,7 @@ \end{itemize} } -\subsection{Static loop unrolling} +\subsubsection{Static loop unrolling} \frame{ \frametitle{Static loop unrolling} \begin{itemize} @@ -53,7 +53,7 @@ treeSum i xs | i < 1 = head xs \end{figure} \end{frame} -\subsection{Input Language} +\subsubsection{Input Language} \frame{ \frametitle{Input Language} \begin{itemize}