# HG changeset patch # User boehmes # Date 1292875485 -3600 # Node ID 49feace8764921c381f80f1c45def26577cc3f7c # Parent 33e1077885958c4dbf735b0745be39d0726ba822 added an additional beta reduction: unfolding of special quantifiers might leave terms unnormalized wrt to beta reductions diff -r 33e107788595 -r 49feace87649 src/HOL/Tools/SMT/smt_normalize.ML --- a/src/HOL/Tools/SMT/smt_normalize.ML Mon Dec 20 18:48:13 2010 +0100 +++ b/src/HOL/Tools/SMT/smt_normalize.ML Mon Dec 20 21:04:45 2010 +0100 @@ -310,6 +310,7 @@ fun gen_normalize1_conv ctxt weight = atomize_conv ctxt then_conv unfold_special_quants_conv ctxt then_conv + Thm.beta_conversion true then_conv trigger_conv ctxt then_conv weight_conv weight ctxt