src/Pure/Tools/find_theorems.ML
changeset 36953 2af1ad9aa1a3
parent 36950 75b8f26f2f07
child 38334 c677c2c1d333
--- a/src/Pure/Tools/find_theorems.ML	Sat May 15 23:32:15 2010 +0200
+++ b/src/Pure/Tools/find_theorems.ML	Sat May 15 23:40:00 2010 +0200
@@ -483,7 +483,7 @@
 in
 
 val _ =
-  OuterSyntax.improper_command "find_theorems" "print theorems meeting specified criteria"
+  Outer_Syntax.improper_command "find_theorems" "print theorems meeting specified criteria"
     Keyword.diag
     (options -- Scan.repeat (((Scan.option Parse.minus >> is_none) -- criterion))
       >> (Toplevel.no_timing oo find_theorems_cmd));