author | wenzelm |
Tue, 06 Dec 2016 17:21:34 +0100 | |
changeset 64547 | a955511171a8 |
parent 64536 | e61de633a3ed |
child 64548 | 8b187a7a9776 |
--- a/src/HOL/Decision_Procs/approximation.ML Sun Dec 04 13:47:56 2016 +0100 +++ b/src/HOL/Decision_Procs/approximation.ML Tue Dec 06 17:21:34 2016 +0100 @@ -43,7 +43,7 @@ end fun approximation_conv ctxt ct = - approximation_oracle (Proof_Context.theory_of ctxt, Thm.term_of ct |> tap (tracing o Syntax.string_of_term ctxt)); + approximation_oracle (Proof_Context.theory_of ctxt, Thm.term_of ct); fun approximate ctxt t = approximation_oracle (Proof_Context.theory_of ctxt, t)