export intro_classes_tac;
authorwenzelm
Tue, 26 Apr 2005 19:55:25 +0200
changeset 15853 68b615bc110e
parent 15852 4f1a78454452
child 15854 1ae0a47dcccd
export intro_classes_tac;
src/Pure/axclass.ML
--- a/src/Pure/axclass.ML	Tue Apr 26 19:53:19 2005 +0200
+++ b/src/Pure/axclass.ML	Tue Apr 26 19:55:25 2005 +0200
@@ -23,6 +23,7 @@
     -> thm list -> tactic option -> theory -> theory
   val add_inst_arity: xstring * string list * string -> tactic -> theory -> theory
   val add_inst_arity_i: string * sort list * sort -> tactic -> theory -> theory
+  val intro_classes_tac: thm list -> tactic
   val default_intro_classes_tac: thm list -> tactic
   val axclass_tac: thm list -> tactic
   val instance_subclass_proof: xclass * xclass -> bool -> theory -> ProofHistory.T