src/HOL/Library/BNF_Axiomatization.thy
author blanchet
Mon, 22 Jun 2015 16:56:03 +0200
changeset 60544 3daf5eacec05
parent 60500 903bb1495239
child 62691 9bfcbab7cd99
permissions -rw-r--r--
removed (now illegal) semicolons in generated theory files

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