Replaced xstring by thmref.
authorberghofe
Mon, 24 Jan 2005 18:12:22 +0100
changeset 15461 d5d295a531b5
parent 15460 dd48bf51aff1
child 15462 b4208fbf9439
Replaced xstring by thmref.
src/ZF/Tools/datatype_package.ML
src/ZF/Tools/inductive_package.ML
--- a/src/ZF/Tools/datatype_package.ML	Mon Jan 24 18:11:06 2005 +0100
+++ b/src/ZF/Tools/datatype_package.ML	Mon Jan 24 18:12:22 2005 +0100
@@ -36,8 +36,8 @@
   val add_datatype_x: string * string list -> (string * string list * mixfix) list list ->
     thm list * thm list * thm list -> theory -> theory * inductive_result * datatype_result
   val add_datatype: string * string list -> (string * string list * mixfix) list list ->
-    (xstring * Args.src list) list * (xstring * Args.src list) list *
-    (xstring * Args.src list) list -> theory -> theory * inductive_result * datatype_result
+    (thmref * Args.src list) list * (thmref * Args.src list) list *
+    (thmref * Args.src list) list -> theory -> theory * inductive_result * datatype_result
 end;
 
 functor Add_datatype_def_Fun
--- a/src/ZF/Tools/inductive_package.ML	Mon Jan 24 18:11:06 2005 +0100
+++ b/src/ZF/Tools/inductive_package.ML	Mon Jan 24 18:12:22 2005 +0100
@@ -35,8 +35,8 @@
     -> thm list * thm list * thm list * thm list -> theory -> theory * inductive_result
   val add_inductive: string list * string ->
     ((bstring * string) * Args.src list) list ->
-    (xstring * Args.src list) list * (xstring * Args.src list) list *
-    (xstring * Args.src list) list * (xstring * Args.src list) list ->
+    (thmref * Args.src list) list * (thmref * Args.src list) list *
+    (thmref * Args.src list) list * (thmref * Args.src list) list ->
     theory -> theory * inductive_result
 end;