doc-src/TutorialI/fp.tex
changeset 10522 ed3964d1f1a4
parent 10396 5ab08609e6c8
child 10538 d1bf9ca9008d
--- a/doc-src/TutorialI/fp.tex	Sun Nov 26 11:37:49 2000 +0100
+++ b/doc-src/TutorialI/fp.tex	Mon Nov 27 10:38:43 2000 +0100
@@ -549,7 +549,8 @@
 defined by means of \isacommand{recdef}: you can use full pattern-matching,
 recursion need not involve datatypes, and termination is proved by showing
 that the arguments of all recursive calls are smaller in a suitable (user
-supplied) sense.
+supplied) sense. In this section we ristrict ourselves to measure functions;
+more advanced termination proofs are discussed in \S\ref{sec:beyond-measure}.
 
 \subsection{Defining recursive functions}