src/Tools/Adhoc_Overloading.thy
author wenzelm
Tue, 28 Aug 2012 18:46:15 +0200
changeset 48984 f51d4a302962
parent 48892 0b2407f406e8
child 52622 e0ff1625e96d
permissions -rw-r--r--
do not hardwire document output options -- to be provided by the user;

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

ML_file "adhoc_overloading.ML"
setup Adhoc_Overloading.setup

end