Theory Fun_Def_Base
section ‹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 =
‹Attrib.add_del Function_Context_Tree.cong_add Function_Context_Tree.cong_del›
"declaration of congruence rule for function definitions"
ML_file ‹Tools/Function/sum_tree.ML›
end