using hyp_subst_tac that allows to pass the current simpset to avoid the renamed bound variable warning in the simplifier
(* Author: Alexander Krauss, TU Muenchen
Author: Christian Sternagel, University of Innsbruck
*)
header {* Ad-hoc overloading of constants based on their types *}
theory Adhoc_Overloading
imports Pure
begin
ML_file "adhoc_overloading.ML"
setup Adhoc_Overloading.setup
end