thm output: Attrib.local_thmss;
authorwenzelm
Sat, 07 Apr 2001 19:38:50 +0200
changeset 11240 e9d5dc758f5e
parent 11239 be12c6f1ea75
child 11241 61b21aacf04a
thm output: Attrib.local_thmss;
src/Pure/Isar/isar_output.ML
--- a/src/Pure/Isar/isar_output.ML	Sat Apr 07 19:38:01 2001 +0200
+++ b/src/Pure/Isar/isar_output.ML	Sat Apr 07 19:38:50 2001 +0200
@@ -310,7 +310,7 @@
 
 val _ = add_commands
  [("text", args (Scan.lift Args.name) (output_with (K pretty_text))),
-  ("thm", args Attrib.local_thms (output_with pretty_thm)),
+  ("thm", args Attrib.local_thmss (output_with pretty_thm)),
   ("prop", args Args.local_prop (output_with pretty_term)),
   ("term", args Args.local_term (output_with pretty_term)),
   ("typ", args Args.local_typ_no_norm (output_with pretty_typ)),