# HG changeset patch # User wenzelm # Date 935606390 -7200 # Node ID b5a5abea15593438e5edb4d71585e3f3621c1f50 # Parent d98001b492b357fcb8cfb1d9a7df27c115bca22f improved msg; diff -r d98001b492b3 -r b5a5abea1559 src/Pure/Isar/isar_thy.ML --- a/src/Pure/Isar/isar_thy.ML Wed Aug 25 20:39:18 1999 +0200 +++ b/src/Pure/Isar/isar_thy.ML Wed Aug 25 20:39:50 1999 +0200 @@ -339,7 +339,7 @@ Pretty.block [Pretty.str (kind ^ " " ^ name ^ ":"), Pretty.fbrk, Proof.pretty_thm thm]; fun pretty_rule thm = - Pretty.block [Pretty.str "solving goal by rule:", Pretty.fbrk, Proof.pretty_thm thm]; + Pretty.block [Pretty.str "trying to solve goal by rule:", Pretty.fbrk, Proof.pretty_thm thm]; val print_result = Pretty.writeln o pretty_result;