From 8915e89ffeb87ae69f28f915a05ce37b1ef50fda Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 21 Oct 2009 15:15:15 +0200 Subject: [PATCH 1/1] Add section label. --- Chapters/HardwareDescription.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2