src/HOL/Fun_Def_Base.thy
author wenzelm
Mon, 22 May 2017 00:23:25 +0200
changeset 65897 94b0da1b242e
parent 60758 d8d85a8172b5
child 69605 a96320074298
permissions -rw-r--r--
back to scala-2.11.8 due to apparent non-termination of HOL-Codegenerator_Test;

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