From: Matthijs Kooijman Date: Wed, 21 Oct 2009 13:15:15 +0000 (+0200) Subject: Add section label. X-Git-Tag: final-thesis~200 X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=commitdiff_plain;h=8915e89ffeb87ae69f28f915a05ce37b1ef50fda Add section label. --- diff --git a/Chapters/HardwareDescription.tex b/Chapters/HardwareDescription.tex index 0266490..246cb30 100644 --- a/Chapters/HardwareDescription.tex +++ b/Chapters/HardwareDescription.tex @@ -353,7 +353,8 @@ Implementation issues: state splitting, linking input to output state, checking usage constraints on state variables. - \section{Recursion} + + \section[sec:recursion]{Recursion} An import concept in functional languages is recursion. In it's most basic form, recursion is a function that is defined in terms of itself. This usually requires multiple evaluations of this function, with changing