src/HOL/Library/Adhoc_Overloading.thy
author wenzelm
Tue, 01 May 2018 20:40:27 +0200
changeset 68061 81d90f830f99
parent 63432 src/Tools/Adhoc_Overloading.thy@ba7901e94e7b
child 69605 a96320074298
permissions -rw-r--r--
clarified theory location and imports: avoid surprises due to Pure instead of Main (e.g. simpset operations); tuned headers;

(*  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 "adhoc_overloading.ML"

end