Facts.extern_static;
authorwenzelm
Wed, 16 Apr 2008 21:53:03 +0200
changeset 26695 65106c87b688
parent 26694 29f5c1a296bc
child 26696 1cd71fb32831
Facts.extern_static;
src/Pure/Isar/proof_context.ML
--- a/src/Pure/Isar/proof_context.ML	Wed Apr 16 21:53:02 2008 +0200
+++ b/src/Pure/Isar/proof_context.ML	Wed Apr 16 21:53:03 2008 +0200
@@ -1156,7 +1156,7 @@
     val local_facts = facts_of ctxt;
     val props = Facts.props local_facts;
     val facts =
-      (if null props then [] else [("unnamed", props)]) @ Facts.extern_table local_facts;
+      (if null props then [] else [("unnamed", props)]) @ Facts.extern_static local_facts;
   in
     if null facts andalso not (! verbose) then []
     else [Pretty.big_list "facts:" (map (pretty_fact ctxt) facts)]