src/HOL/Library/BNF_Axiomatization.thy
author haftmann
Wed, 22 Feb 2017 21:12:23 +0100
changeset 65044 0940a741adf7
parent 62691 9bfcbab7cd99
child 69605 a96320074298
permissions -rw-r--r--
more correct wording

(*  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 "../Tools/BNF/bnf_axiomatization.ML"

end