src/HOLCF/Tools/fixrec_package.ML
changeset 30211 556d1810cdad
parent 30158 83c50c62cf23
child 30223 24d975352879
--- a/src/HOLCF/Tools/fixrec_package.ML	Tue Mar 03 14:07:23 2009 +0100
+++ b/src/HOLCF/Tools/fixrec_package.ML	Tue Mar 03 14:07:43 2009 +0100
@@ -16,7 +16,7 @@
     -> (Attrib.binding * term) list -> local_theory -> local_theory
 
   val add_fixpat: Attrib.binding * string list -> theory -> theory
-  val add_fixpat_i: (binding * attribute list) * term list -> theory -> theory
+  val add_fixpat_i: Thm.binding * term list -> theory -> theory
   val add_matchers: (string * string) list -> theory -> theory
   val setup: theory -> theory
 end;