# HG changeset patch # User wenzelm # Date 1194377253 -3600 # Node ID 6ff4305d2f7cb69eb2762cdb76d16ab3ccfdad21 # Parent 5eaf3e8b50a40642b42da19549c5d1923dc668b9 removed dependencies on Size_Change_Termination from HOL-Library; diff -r 5eaf3e8b50a4 -r 6ff4305d2f7c src/HOL/IsaMakefile --- 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 \ diff -r 5eaf3e8b50a4 -r 6ff4305d2f7c src/HOL/Library/Library.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 diff -r 5eaf3e8b50a4 -r 6ff4305d2f7c src/HOL/Library/Library/ROOT.ML --- 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"];