author | blanchet |
Sat, 11 Sep 2010 16:39:54 +0200 | |
changeset 39332 | 538b94dc62de |
parent 39331 | 8b1969d603c0 |
child 39333 | c277c79fb9db |
--- a/src/HOL/Tools/try.ML Sat Sep 11 16:36:23 2010 +0200 +++ b/src/HOL/Tools/try.ML Sat Sep 11 16:39:54 2010 +0200 @@ -70,6 +70,8 @@ [] => (if auto then () else writeln "No proof found."; (false, st)) | xs as (s, _) :: _ => let + val xs = xs |> map swap |> AList.coalesce (op =) + |> map (swap o apsnd commas) val message = (if auto then "Auto Try found a proof" else "Try this command") ^ ": " ^ Markup.markup Markup.sendback