src/HOL/Tools/recdef_package.ML
changeset 26336 a0e2b706ce73
parent 24927 48e08f37ce92
child 26478 9d1029ce0e13
--- a/src/HOL/Tools/recdef_package.ML	Wed Mar 19 18:15:25 2008 +0100
+++ b/src/HOL/Tools/recdef_package.ML	Wed Mar 19 22:27:57 2008 +0100
@@ -22,7 +22,7 @@
       * {simps: thm list, rules: thm list list, induct: thm, tcs: term list}
   val add_recdef_i: bool -> xstring -> term -> ((bstring * term) * attribute list) list ->
     theory -> theory * {simps: thm list, rules: thm list list, induct: thm, tcs: term list}
-  val defer_recdef: xstring -> string list -> (thmref * Attrib.src list) list
+  val defer_recdef: xstring -> string list -> (Facts.ref * Attrib.src list) list
     -> theory -> theory * {induct_rules: thm}
   val defer_recdef_i: xstring -> term list -> (thm list * attribute list) list
     -> theory -> theory * {induct_rules: thm}