tuned;
authorwenzelm
Thu, 08 Jan 2009 13:18:34 +0100
changeset 29417438c39fc93c8
parent 29416 6b258cc0134c
child 29418 779ff1187327
tuned;
src/Pure/Isar/proof.ML
     1.1 --- a/src/Pure/Isar/proof.ML	Thu Jan 08 12:15:23 2009 +0100
     1.2 +++ b/src/Pure/Isar/proof.ML	Thu Jan 08 13:18:34 2009 +0100
     1.3 @@ -345,7 +345,8 @@
     1.4        (case filter_out (fn s => s = "") strs of [] => ""
     1.5        | strs' => enclose " (" ")" (commas strs'));
     1.6  
     1.7 -    fun prt_goal (SOME (ctxt, (i, {statement = ((_, pos), _, _), messages, using, goal, before_qed, after_qed}))) =
     1.8 +    fun prt_goal (SOME (ctxt, (i,
     1.9 +      {statement = ((_, pos), _, _), messages, using, goal, before_qed = _, after_qed = _}))) =
    1.10            pretty_facts "using " ctxt
    1.11              (if mode <> Backward orelse null using then NONE else SOME using) @
    1.12            [Pretty.str ("goal" ^