src/Tools/Adhoc_Overloading.thy
author boehmes
Mon, 30 Apr 2018 08:49:37 +0200
changeset 68057 7811d8828775
parent 63432 ba7901e94e7b
permissions -rw-r--r--
prefer explicit error message to unspecific Options exception: Z3 proof traces may lack information necessary for replay when dealing with quantified formulas

(* 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 Pure
keywords
  "adhoc_overloading" "no_adhoc_overloading" :: thy_decl
begin

ML_file "adhoc_overloading.ML"

end