src/HOL/Fun_Def_Base.thy
author wenzelm
Wed, 29 Oct 2014 13:42:38 +0100
changeset 58816 aab139c0003f
parent 57959 1bfed12a7646
child 58889 5b7a9633cfa8
permissions -rw-r--r--
modernized setup; more standard module name;

(*  Title:      HOL/Fun_Def_Base.thy
    Author:     Alexander Krauss, TU Muenchen
*)

header {* Function Definition Base *}

theory Fun_Def_Base
imports Ctr_Sugar Set Wellfounded
begin

ML_file "Tools/Function/function_lib.ML"
named_theorems termination_simp "simplification rules for termination proofs"
ML_file "Tools/Function/function_common.ML"
ML_file "Tools/Function/function_context_tree.ML"

attribute_setup fundef_cong =
  \<open>Attrib.add_del Function_Context_Tree.cong_add Function_Context_Tree.cong_del\<close>
  "declaration of congruence rule for function definitions"

ML_file "Tools/Function/sum_tree.ML"

end