FindTheorems.print_theorems;
authorwenzelm
Sun, 22 May 2005 16:51:10 +0200
changeset 16022 96a9bf7ac18d
parent 16021 ff83bc2151bf
child 16023 66561f6814bd
FindTheorems.print_theorems;
src/Pure/proof_general.ML
--- a/src/Pure/proof_general.ML	Sun May 22 16:51:09 2005 +0200
+++ b/src/Pure/proof_general.ML	Sun May 22 16:51:10 2005 +0200
@@ -371,13 +371,12 @@
 
 end
 
+
 (* misc commands for ProofGeneral/isa *)
 
-(* PG/isa mode does not go through the Isar parser, hence we 
-   interpret everything as term pattern only *)
 fun thms_containing ss =
-  ProofContext.print_thms_containing (ProofContext.init (the_context ())) NONE NONE 
-    (map (fn s => (true, ProofContext.Pattern s)) ss);
+  FindTheorems.print_theorems (ProofContext.init (the_context ())) NONE NONE 
+    (map (fn s => (true, FindTheorems.Pattern s)) ss);
 
 val welcome = priority o Session.welcome;
 val help = welcome;