src/HOL/Library/Adhoc_Overloading.thy
author wenzelm
Fri, 26 Aug 2022 12:38:00 +0200
changeset 75983 34dd96a06c45
parent 69605 a96320074298
permissions -rw-r--r--
removed unused "def_theory" markup (stemming from be49c660ebbf), superseded e.g. by Document_Info.theory_by_file();

(*  Title:      HOL/Library/Adhoc_Overloading.thy
    Author:     Alexander Krauss, TU Muenchen
    Author:     Christian Sternagel, University of Innsbruck
*)

section \<open>Adhoc overloading of constants based on their types\<close>

theory Adhoc_Overloading
  imports Main
  keywords "adhoc_overloading" "no_adhoc_overloading" :: thy_decl
begin

ML_file \<open>adhoc_overloading.ML\<close>

end