made SML/NJ happy
authorhaftmann
Thu, 08 Jan 2009 08:06:11 +0100
changeset 29396 bc41c9cbbfc2
parent 29394 4638ab6c878f
child 29397 aab26a65e80f
made SML/NJ happy
src/Pure/Isar/proof.ML
--- a/src/Pure/Isar/proof.ML	Wed Jan 07 22:33:04 2009 +0100
+++ b/src/Pure/Isar/proof.ML	Thu Jan 08 08:06:11 2009 +0100
@@ -345,7 +345,7 @@
       (case filter_out (fn s => s = "") strs of [] => ""
       | strs' => enclose " (" ")" (commas strs'));
 
-    fun prt_goal (SOME (ctxt, (i, {statement = ((_, pos), _, _), messages, using, goal, ...}))) =
+    fun prt_goal (SOME (ctxt, (i, {statement = ((_, pos), _, _), messages, using, goal, before_qed, after_qed}))) =
           pretty_facts "using " ctxt
             (if mode <> Backward orelse null using then NONE else SOME using) @
           [Pretty.str ("goal" ^