changeset 32149 | ef59550a55d3 |
parent 32035 | 8e77b6a250d5 |
child 32960 | 69916a850301 |
--- a/src/HOL/Library/reflection.ML Thu Jul 23 18:44:08 2009 +0200 +++ b/src/HOL/Library/reflection.ML Thu Jul 23 18:44:09 2009 +0200 @@ -285,7 +285,7 @@ val th' = instantiate ([], cvs) th val t' = (fst o HOLogic.dest_eq o HOLogic.dest_Trueprop o prop_of) th' val th'' = Goal.prove ctxt [] [] (HOLogic.mk_Trueprop (HOLogic.mk_eq (t, t'))) - (fn _ => simp_tac (local_simpset_of ctxt) 1) + (fn _ => simp_tac (simpset_of ctxt) 1) in FWD trans [th'',th'] end