hide declaratations;
authorwenzelm
Tue, 03 Oct 2000 22:35:19 +0200
changeset 10144 fe2a4e018dbf
parent 10143 86c39bba873f
child 10145 e44b8b7cb01b
hide declaratations;
src/HOL/Isar_examples/MultisetOrder.thy
--- a/src/HOL/Isar_examples/MultisetOrder.thy	Tue Oct 03 22:34:49 2000 +0200
+++ b/src/HOL/Isar_examples/MultisetOrder.thy	Tue Oct 03 22:35:19 2000 +0200
@@ -14,12 +14,10 @@
  \url{http://isabelle.in.tum.de/library/HOL/Induct/Multiset.html}),
  based on a pen-and-paper proof due to Wilfried Buchholz.}\isanewline
 *}
-
-(* FIXME move? *)
-theorems [induct type: multiset] = multiset_induct
-theorems [induct set: wf] = wf_induct
-theorems [induct set: acc] = acc_induct
-
+(*<*)(* FIXME move? *)
+declare multiset_induct [induct type: multiset]
+declare wf_induct [induct set: wf]
+declare acc_induct [induct set: acc](*>*)
 
 subsection {* A technical lemma *}