src/HOL/Library/BNF_Axiomatization.thy
author blanchet
Tue, 24 Mar 2015 18:10:56 +0100
changeset 59794 39442248a027
parent 58881 b9556a055632
child 60500 903bb1495239
permissions -rw-r--r--
tuning

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