src/Pure/Isar/specification.ML
changeset 27858 d385b67f8439
parent 26595 855893d4d75f
child 28080 4723eb2456ce
--- a/src/Pure/Isar/specification.ML	Wed Aug 13 20:57:31 2008 +0200
+++ b/src/Pure/Isar/specification.ML	Wed Aug 13 20:57:33 2008 +0200
@@ -224,7 +224,7 @@
       ((name, map attrib atts),
         bs |> map (fn (b, more_atts) => (prep_fact lthy b, map attrib more_atts))));
     val (res, lthy') = lthy |> LocalTheory.notes kind facts;
-    val _ = ProofDisplay.present_results lthy' ((kind, ""), res);
+    val _ = ProofDisplay.theory_results lthy' ((kind, ""), res);
   in (res, lthy') end;
 
 val theorems = gen_theorems (K I) (K I);
@@ -323,7 +323,7 @@
         lthy
         |> LocalTheory.notes kind (map2 (fn (a, _) => fn ths => (a, [(ths, [])])) stmt results')
         |> (fn (res, lthy') =>
-          (ProofDisplay.present_results lthy' ((kind, name), res);
+          (ProofDisplay.theory_results lthy' ((kind, name), res);
             if name = "" andalso null atts then lthy'
             else #2 (LocalTheory.notes kind [((name, atts), [(maps #2 res, [])])] lthy')))
         |> after_qed results'