# HG changeset patch # User wenzelm # Date 899285619 -7200 # Node ID 0ff5bec04d029c4e842dbc750e22b70c688be077 # Parent 230cca8452c71028dedebed3f1b5f7f5aa861edb tuned Inductive.thy; diff -r 230cca8452c7 -r 0ff5bec04d02 src/HOL/Inductive.thy --- a/src/HOL/Inductive.thy Wed Jul 01 11:20:32 1998 +0200 +++ b/src/HOL/Inductive.thy Wed Jul 01 11:33:39 1998 +0200 @@ -1,4 +1,2 @@ -Inductive = Gfp + Prod + Sum + -end - +Inductive = Gfp + Prod + Sum diff -r 230cca8452c7 -r 0ff5bec04d02 src/HOL/ROOT.ML --- a/src/HOL/ROOT.ML Wed Jul 01 11:20:32 1998 +0200 +++ b/src/HOL/ROOT.ML Wed Jul 01 11:33:39 1998 +0200 @@ -36,7 +36,8 @@ use_thy "Ord"; use_thy "subset"; use "Tools/typedef_package.ML"; -use_thy "Inductive"; +use_thy "Sum"; +use_thy "Gfp"; use "Tools/record_package.ML"; use_thy "Record"; @@ -46,6 +47,7 @@ use "arith_data.ML"; use "Tools/inductive_package.ML"; +use_thy "Inductive"; use_thy "RelPow"; use_thy "Finite";