src/HOL/Library/BNF_Axiomatization.thy
author wenzelm
Thu, 10 Dec 2015 21:31:24 +0100
changeset 61829 55c85d25e18c
parent 60500 903bb1495239
child 62691 9bfcbab7cd99
permissions -rw-r--r--
proper checksum for cygwin-20151210.tar.gz (some snapshot after 1.7.35-1);

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

end