doc-src/TutorialI/Recdef/document/Nested2.tex
changeset 13111 2d6782e71702
parent 12815 1f073030b97a
child 13758 ee898d32de21
--- a/doc-src/TutorialI/Recdef/document/Nested2.tex	Tue May 07 14:28:34 2002 +0200
+++ b/doc-src/TutorialI/Recdef/document/Nested2.tex	Tue May 07 15:03:50 2002 +0200
@@ -74,7 +74,7 @@
 rules for other higher-order functions on lists are similar.  If you get
 into a situation where you need to supply \isacommand{recdef} with new
 congruence rules, you can append a hint after the end of
-the recursion equations:%
+the recursion equations:\cmmdx{hints}%
 \end{isamarkuptext}%
 \isamarkuptrue%
 \isamarkupfalse%
@@ -92,8 +92,6 @@
 The \isa{cong} and \isa{recdef{\isacharunderscore}cong} attributes are
 intentionally kept apart because they control different activities, namely
 simplification and making recursive definitions.
-% The local \isa{cong} in
-% the hints section of \isacommand{recdef} is merely short for \isa{recdef{\isacharunderscore}cong}.
 %The simplifier's congruence rules cannot be used by recdef.
 %For example the weak congruence rules for if and case would prevent
 %recdef from generating sensible termination conditions.%