Facts.dest_table, PureThy.facts_of;
authorwenzelm
Tue, 15 Apr 2008 18:49:25 +0200
changeset 26670 11f1894911cb
parent 26669 c27efd6de25d
child 26671 c95590e01df5
Facts.dest_table, PureThy.facts_of;
src/Pure/Isar/find_theorems.ML
--- a/src/Pure/Isar/find_theorems.ML	Tue Apr 15 18:49:24 2008 +0200
+++ b/src/Pure/Isar/find_theorems.ML	Tue Apr 15 18:49:25 2008 +0200
@@ -273,8 +273,8 @@
 
 fun all_facts_of ctxt =
   maps Facts.selections
-   (Facts.dest (PureThy.all_facts_of (ProofContext.theory_of ctxt)) @
-    Facts.dest (ProofContext.facts_of ctxt));
+   (Facts.dest_table (PureThy.facts_of (ProofContext.theory_of ctxt)) @
+    Facts.dest_table (ProofContext.facts_of ctxt));
 
 val limit = ref 40;