src/HOL/Fun_Def_Base.thy
author paulson <lp15@cam.ac.uk>
Wed, 05 Aug 2020 19:12:08 +0100
changeset 72095 cfb6c22a5636
parent 69605 a96320074298
permissions -rw-r--r--
lemmas about sets and the enumerate operator

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

section \<open>Function Definition Base\<close>

theory Fun_Def_Base
imports Ctr_Sugar Set Wellfounded
begin

ML_file \<open>Tools/Function/function_lib.ML\<close>
named_theorems termination_simp "simplification rules for termination proofs"
ML_file \<open>Tools/Function/function_common.ML\<close>
ML_file \<open>Tools/Function/function_context_tree.ML\<close>

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 \<open>Tools/Function/sum_tree.ML\<close>

end