src/HOL/Library/Adhoc_Overloading.thy
author wenzelm
Sun, 29 Oct 2023 20:14:46 +0100
changeset 78861 5c91bd51fc37
parent 69605 a96320074298
permissions -rw-r--r--
afford multiple tests on fast machines (see also edb4faf666c9 and 2a26d423d9fb); proper history_base for ARM;

(*  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