src/ZF/Tools/ind_cases.ML
changeset 28084 a05ca48ef263
parent 28083 103d9282a946
child 30515 bca05b17b618
--- a/src/ZF/Tools/ind_cases.ML	Tue Sep 02 14:10:45 2008 +0200
+++ b/src/ZF/Tools/ind_cases.ML	Tue Sep 02 16:55:33 2008 +0200
@@ -8,7 +8,7 @@
 signature IND_CASES =
 sig
   val declare: string -> (simpset -> cterm -> thm) -> theory -> theory
-  val inductive_cases: ((Name.binding * Attrib.src list) * string list) list -> theory -> theory
+  val inductive_cases: (Attrib.binding * string list) list -> theory -> theory
   val setup: theory -> theory
 end;