rename "NitpickMono" to "Nitpick_Mono" in example
authorblanchet
Thu, 29 Oct 2009 16:06:28 +0100
changeset 33573 e61ad1690c11
parent 33572 d78f347515e0
child 33574 113e235e84e3
rename "NitpickMono" to "Nitpick_Mono" in example
src/HOL/Nitpick_Examples/Mono_Nits.thy
--- a/src/HOL/Nitpick_Examples/Mono_Nits.thy	Thu Oct 29 15:26:00 2009 +0100
+++ b/src/HOL/Nitpick_Examples/Mono_Nits.thy	Thu Oct 29 16:06:28 2009 +0100
@@ -28,7 +28,7 @@
    skolems = Unsynchronized.ref [], special_funs = Unsynchronized.ref [],
    unrolled_preds = Unsynchronized.ref [], wf_cache = Unsynchronized.ref []}
 (* term -> bool *)
-val is_mono = NitpickMono.formulas_monotonic ext_ctxt @{typ 'a} [] []
+val is_mono = Nitpick_Mono.formulas_monotonic ext_ctxt @{typ 'a} [] []
 fun is_const t =
   let val T = fastype_of t in
     is_mono (Logic.mk_implies (Logic.mk_equals (Free ("dummyP", T), t),