author | wenzelm |
Sun, 11 Sep 2005 20:02:51 +0200 | |
changeset 17320 | e72f43c659f7 |
parent 17319 | 14c6e073252f |
child 17321 | 227f1f5c3959 |
--- a/src/Pure/Isar/toplevel.ML Fri Sep 09 20:37:00 2005 +0200 +++ b/src/Pure/Isar/toplevel.ML Sun Sep 11 20:02:51 2005 +0200 @@ -574,7 +574,7 @@ fun excur [] x = x | excur ((tr, pr) :: trs) (st, res) = - (case apply false tr st of + (case apply (! debug) tr st of SOME (st', NONE) => excur trs (st', transform_error (fn () => pr st st' res) () handle exn => raise EXCURSION_FAIL (exn, "Presentation failed\n" ^ at_command tr))