src/HOL/Library/BNF_Axiomatization.thy
author wenzelm
Tue, 31 Mar 2015 19:39:05 +0200
changeset 59882 ada832308efe
parent 59794 39442248a027
child 60500 903bb1495239
permissions -rw-r--r--
tuned -- avoid exotic Name_Space.defined_entry;

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

Axiomatic declaration of bounded natural functors.
*)

section {* Axiomatic Declaration of Bounded Natural Functors *}

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

ML_file "bnf_axiomatization.ML"

end