discontinued special treatment of structure Ast: no pervasive content, no inclusion in structure Syntax;
(* 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
uses "adhoc_overloading.ML"
begin
setup Adhoc_Overloading.setup
end