# HG changeset patch # User bulwahn # Date 1269876639 -7200 # Node ID c86fcf44b4c9819596f039fabd0ea9caaed21d7d # Parent 3ee4c29ead7f6dbaa32bf17062ad54244a0d3bb8 adopting Predicate_Compile diff -r 3ee4c29ead7f -r c86fcf44b4c9 src/HOL/Predicate_Compile.thy --- a/src/HOL/Predicate_Compile.thy Mon Mar 29 17:30:38 2010 +0200 +++ b/src/HOL/Predicate_Compile.thy Mon Mar 29 17:30:39 2010 +0200 @@ -5,7 +5,7 @@ header {* A compiler for predicates defined by introduction rules *} theory Predicate_Compile -imports Random_Sequence Quickcheck +imports New_Random_Sequence uses "Tools/Predicate_Compile/predicate_compile_aux.ML" "Tools/Predicate_Compile/predicate_compile_core.ML"