src/Pure/Isar/proof.ML
changeset 18377 0e1d025d57b3
parent 18308 f18a54840629
child 18450 e57731ba01dd
--- a/src/Pure/Isar/proof.ML	Thu Dec 08 20:16:17 2005 +0100
+++ b/src/Pure/Isar/proof.ML	Fri Dec 09 09:06:45 2005 +0100
@@ -622,7 +622,7 @@
 
 val local_results = gen_thmss ProofContext.note_thmss_i (K []) I I (K I);
 fun global_results kind =
-  swap oo (PureThy.note_thmss_i (Drule.kind kind) o map (apsnd Thm.simple_fact));
+  PureThy.note_thmss_i (Drule.kind kind) o map (apsnd Thm.simple_fact);
 
 fun get_thmss state srcs = the_facts (note_thmss [(("", []), srcs)] state);
 fun simple_note_thms name thms = note_thmss_i [((name, []), [(thms, [])])];