doc-src/TutorialI/Rules/rules.tex
changeset 15364 0c3891c3528f
parent 14403 32d1526d3237
child 15617 4c7bba41483a
--- a/doc-src/TutorialI/Rules/rules.tex	Thu Dec 02 12:28:09 2004 +0100
+++ b/doc-src/TutorialI/Rules/rules.tex	Thu Dec 02 14:47:07 2004 +0100
@@ -634,7 +634,7 @@
 as $\exists x.\,P$, they let us proceed with a proof.  They can be 
 filled in later, sometimes in stages and often automatically. 
 
-If unification fails when you think it should succeed, try setting the flag \index{flags}\isa{trace_unify_fail}\index{* trace_unify_fail (flag)},
+If unification fails when you think it should succeed, try setting the flag \index{flags}\isa{trace_unify_fail}\index{*trace_unify_fail (flag)},
 which makes Isabelle show the cause of unification failures.  For example, suppose we are trying to prove this subgoal by assumption:
 \begin{isabelle}
 \ 1.\ P\ (a,\ f\ (b,\ g\ (e,\ a),\ b),\ a)\ \isasymLongrightarrow \ P\ (a,\ f\ (b,\ g\ (c,\ a),\ b),\ a)