src/HOL/Tools/function_package/inductive_wrap.ML
changeset 28965 1de908189869
parent 28084 a05ca48ef263
child 29389 0a49f940d729
--- a/src/HOL/Tools/function_package/inductive_wrap.ML	Wed Dec 03 21:00:39 2008 -0800
+++ b/src/HOL/Tools/function_package/inductive_wrap.ML	Thu Dec 04 14:43:33 2008 +0100
@@ -44,14 +44,14 @@
             {quiet_mode = false,
               verbose = ! Toplevel.debug,
               kind = Thm.internalK,
-              alt_name = Name.no_binding,
+              alt_name = Binding.empty,
               coind = false,
               no_elim = false,
               no_ind = false,
               skip_mono = true}
-            [((Name.binding R, T), NoSyn)] (* the relation *)
+            [((Binding.name R, T), NoSyn)] (* the relation *)
             [] (* no parameters *)
-            (map (fn t => (Attrib.no_binding, t)) defs) (* the intros *)
+            (map (fn t => (Attrib.empty_binding, t)) defs) (* the intros *)
             [] (* no special monos *)
             lthy