src/HOL/Tools/Meson/meson.ML
changeset 50702 70c2a6d513fd
parent 50695 cace30ea5a2c
child 51717 9e7d1c139569
--- a/src/HOL/Tools/Meson/meson.ML	Thu Jan 03 14:23:10 2013 +0100
+++ b/src/HOL/Tools/Meson/meson.ML	Thu Jan 03 14:41:05 2013 +0100
@@ -168,8 +168,8 @@
   in  tryall rls  end;
 
 (* Special version of "rtac" that works around an explosion in the unifier.
-   If the goal has the form "?P c", the danger is that unifying "?P" with a
-   formula of the form "... c ... c ... c ..." will lead to a huge unification
+   If the goal has the form "?P c", the danger is that resolving it against a
+   property of the form "... c ... c ... c ..." will lead to a huge unification
    problem, due to the (spurious) choices between projection and imitation. The
    workaround is to instantiate "?P := (%c. ... c ... c ... c ...)" manually. *)
 fun quant_rtac th i st =