src/HOL/Library/BNF_Axiomatization.thy
author paulson <lp15@cam.ac.uk>
Thu, 19 Jan 2023 13:55:38 +0000
changeset 77003 ab905b5bb206
parent 69605 a96320074298
permissions -rw-r--r--
HOL/Library/BigO is obsolete

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