removed dependencies on Size_Change_Termination from HOL-Library;
authorwenzelm
Tue, 06 Nov 2007 20:27:33 +0100
changeset 25315 6ff4305d2f7c
parent 25314 5eaf3e8b50a4
child 25316 17c183417f93
removed dependencies on Size_Change_Termination from HOL-Library;
src/HOL/IsaMakefile
src/HOL/Library/Library.thy
src/HOL/Library/Library/ROOT.ML
--- a/src/HOL/IsaMakefile	Tue Nov 06 17:44:53 2007 +0100
+++ b/src/HOL/IsaMakefile	Tue Nov 06 20:27:33 2007 +0100
@@ -226,11 +226,6 @@
   Library/List_lexord.thy Library/Commutative_Ring.thy Library/comm_ring.ML \
   Library/Coinductive_List.thy Library/AssocList.thy \
   Library/Parity.thy Library/GCD.thy Library/Binomial.thy \
-  Library/Graphs.thy Library/Kleene_Algebras.thy Library/SCT_Misc.thy \
-  Library/SCT_Definition.thy Library/SCT_Theorem.thy \
-  Library/SCT_Interpretation.thy \
-  Library/SCT_Implementation.thy Library/Size_Change_Termination.thy \
-  Library/SCT_Examples.thy Library/sct.ML \
   Library/Pure_term.thy Library/Eval.thy Library/Eval_Witness.thy \
   Library/Code_Index.thy Library/Code_Char.thy Library/Code_Char_chr.thy \
   Library/Code_Integer.thy Library/Code_Message.thy \
--- a/src/HOL/Library/Library.thy	Tue Nov 06 17:44:53 2007 +0100
+++ b/src/HOL/Library/Library.thy	Tue Nov 06 20:27:33 2007 +0100
@@ -35,7 +35,6 @@
   Quotient
   Ramsey
   State_Monad
-  Size_Change_Termination
   While_Combinator
   Word
   Zorn
--- a/src/HOL/Library/Library/ROOT.ML	Tue Nov 06 17:44:53 2007 +0100
+++ b/src/HOL/Library/Library/ROOT.ML	Tue Nov 06 20:27:33 2007 +0100
@@ -1,3 +1,3 @@
 (* $Id$ *)
 
-use_thys ["Library", "List_Prefix", "List_lexord", "SCT_Examples"];
+use_thys ["Library", "List_Prefix", "List_lexord"];