src/HOL/Library/BNF_Axiomatization.thy
author wenzelm
Sun, 24 Jan 2021 17:39:29 +0100
changeset 73182 a8a8bc42d552
parent 69605 a96320074298
permissions -rw-r--r--
Added tag Isabelle2021-RC3 for changeset 02422c9add5e

(*  Title:      HOL/Library/BNF_Axiomatization.thy
    Author:     Dmitriy Traytel, TU Muenchen
    Copyright   2013

Axiomatic declaration of bounded natural functors.
*)

section \<open>Axiomatic Declaration of Bounded Natural Functors\<close>

theory BNF_Axiomatization
imports Main
keywords
  "bnf_axiomatization" :: thy_decl
begin

ML_file \<open>../Tools/BNF/bnf_axiomatization.ML\<close>

end