New dummy .thy files to document dependencies
authorpaulson
Mon, 15 Jul 1996 14:58:28 +0200
changeset 1862 74d4ae2f6fc3
parent 1861 505b104f675a
child 1863 9402e633fe53
New dummy .thy files to document dependencies
src/HOL/Inductive.thy
src/HOL/Makefile
src/HOL/indrule.thy
src/HOL/intr_elim.thy
--- a/src/HOL/Inductive.thy	Mon Jul 15 14:54:37 1996 +0200
+++ b/src/HOL/Inductive.thy	Mon Jul 15 14:58:28 1996 +0200
@@ -1,2 +1,3 @@
-Inductive = Gfp + Prod + Sum
+Inductive = Gfp + Prod + Sum + "indrule"
 
+
--- a/src/HOL/Makefile	Mon Jul 15 14:54:37 1996 +0200
+++ b/src/HOL/Makefile	Mon Jul 15 14:58:28 1996 +0200
@@ -22,10 +22,11 @@
 BIN = $(ISABELLEBIN)
 COMP = $(ISABELLECOMP)
 NAMES = HOL Ord Set Fun subset equalities Prod Relation Trancl Sum WF \
-       mono Lfp Gfp Nat Inductive Finite Arith Sexp Univ List RelPow
+        mono Lfp Gfp Nat intr_elim indrule Inductive Finite Arith \
+        Sexp Univ List RelPow
 
 FILES = ROOT.ML add_ind_def.ML datatype.ML hologic.ML\
-	ind_syntax.ML indrule.ML intr_elim.ML simpdata.ML\
+	ind_syntax.ML simpdata.ML\
 	typedef.ML thy_syntax.ML thy_data.ML ../Pure/section_utils.ML\
 	../Provers/hypsubst.ML ../Provers/classical.ML\
         ../Provers/simplifier.ML ../Provers/splitter.ML\
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/indrule.thy	Mon Jul 15 14:58:28 1996 +0200
@@ -0,0 +1,1 @@
+indrule = "intr_elim"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/HOL/intr_elim.thy	Mon Jul 15 14:58:28 1996 +0200
@@ -0,0 +1,1 @@
+intr_elim = Pure