src/ZF/ex/data.ML
changeset 71 729fe026c5f3
parent 56 2caa6f49f06e
child 85 914270f33f2d
--- a/src/ZF/ex/data.ML	Fri Oct 22 11:34:41 1993 +0100
+++ b/src/ZF/ex/data.ML	Fri Oct 22 11:42:02 1993 +0100
@@ -23,8 +23,8 @@
 	   "[| a: A; b: B |] ==> Two(a,b) : data(A,B)",
 	   "[| a: A; b: B;  d: data(A,B) |] ==> Three(a,b,d) : data(A,B)"];
   val monos = [];
-  val type_intrs = data_typechecks
-  val type_elims = data_elims);
+  val type_intrs = datatype_intrs
+  val type_elims = datatype_elims);
 
 
 (**  Lemmas to justify using "data" in other recursive type definitions **)