silence warning due to addsimps @{thms dnf_simps}: duplicate not_not rule via simp_thms and nnf_simps;
--- a/src/HOL/Decision_Procs/langford.ML Sun Mar 02 22:24:52 2014 +0100
+++ b/src/HOL/Decision_Procs/langford.ML Sun Mar 02 22:37:55 2014 +0100
@@ -180,7 +180,9 @@
fun raw_dlo_conv ctxt dlo_ss ({qe_bnds, qe_nolb, qe_noub, gst, gs, ...}: Langford_Data.entry) =
let
- val ctxt' = put_simpset dlo_ss ctxt addsimps @{thms dnf_simps} addsimprocs [reduce_ex_simproc]
+ val ctxt' =
+ Context_Position.set_visible false (put_simpset dlo_ss ctxt)
+ addsimps @{thms dnf_simps} addsimprocs [reduce_ex_simproc]
val dnfex_conv = Simplifier.rewrite ctxt'
val pcv =
Simplifier.rewrite