src/Tools/Adhoc_Overloading.thy
author bulwahn
Thu, 08 Nov 2012 19:55:37 +0100
changeset 50036 aa83d943c18b
parent 48892 0b2407f406e8
child 52622 e0ff1625e96d
permissions -rw-r--r--
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