fix example to reflect change in function signature
authorblanchet
Wed, 17 Feb 2010 20:50:14 +0100
changeset 35191 69fa4c39dab2
parent 35190 ce653cc27a94
child 35192 a815c3f4eef2
fix example to reflect change in function signature
src/HOL/Nitpick_Examples/Mono_Nits.thy
--- a/src/HOL/Nitpick_Examples/Mono_Nits.thy	Wed Feb 17 20:46:50 2010 +0100
+++ b/src/HOL/Nitpick_Examples/Mono_Nits.thy	Wed Feb 17 20:50:14 2010 +0100
@@ -29,7 +29,7 @@
    special_funs = Unsynchronized.ref [], unrolled_preds = Unsynchronized.ref [],
    wf_cache = Unsynchronized.ref [], constr_cache = Unsynchronized.ref []}
 (* term -> bool *)
-val is_mono = Nitpick_Mono.formulas_monotonic hol_ctxt @{typ 'a}
+val is_mono = Nitpick_Mono.formulas_monotonic hol_ctxt false @{typ 'a}
                                               Nitpick_Mono.Plus [] []
 fun is_const t =
   let val T = fastype_of t in