| author | Christian Urban <urbanc@in.tum.de> | 
| Wed, 25 Aug 2010 20:19:10 +0800 | |
| changeset 2433 | ff887850d83c | 
| parent 2432 | 7aa18bae6983 | 
| child 2434 | 92dc6cfa3a95 | 
--- a/Nominal/nominal_dt_quot.ML Wed Aug 25 11:58:37 2010 +0800 +++ b/Nominal/nominal_dt_quot.ML Wed Aug 25 20:19:10 2010 +0800 @@ -123,16 +123,11 @@ end fun lift_thm ctxt qtys simps thm = -let - val ((_, [thm']), ctxt') = Variable.importT [thm] ctxt -in - thm' - |> Quotient_Tacs.lifted ctxt' qtys simps - |> singleton (ProofContext.export ctxt' ctxt) + thm + |> Quotient_Tacs.lifted ctxt qtys simps |> unraw_bounds_thm |> unraw_vars_thm |> Drule.zero_var_indexes -end end (* structure *)