remove "fast_descs" option from Nitpick;
the option has been unsound for over a year and is too imprecise to be of any use when made sound
(* Title: HOL/Predicate_Compile.thy
Author: Stefan Berghofer, Lukas Bulwahn, Florian Haftmann, TU Muenchen
*)
header {* A compiler for predicates defined by introduction rules *}
theory Predicate_Compile
imports New_Random_Sequence
uses
"Tools/Predicate_Compile/predicate_compile_aux.ML"
"Tools/Predicate_Compile/predicate_compile_compilations.ML"
"Tools/Predicate_Compile/predicate_compile_core.ML"
"Tools/Predicate_Compile/predicate_compile_data.ML"
"Tools/Predicate_Compile/predicate_compile_fun.ML"
"Tools/Predicate_Compile/predicate_compile_pred.ML"
"Tools/Predicate_Compile/predicate_compile_specialisation.ML"
"Tools/Predicate_Compile/predicate_compile.ML"
begin
setup Predicate_Compile.setup
end