tuned comment
authorblanchet
Thu, 03 Jan 2013 14:41:05 +0100
changeset 50702 70c2a6d513fd
parent 50701 054f6bf349d2
child 50703 76a2e506c125
tuned comment
src/HOL/Tools/Meson/meson.ML
--- 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 =