src/HOL/Library/BNF_Axiomatization.thy
author wenzelm
Sun, 04 Jan 2015 14:05:24 +0100
changeset 59259 399506ee38a5
parent 58881 b9556a055632
child 59794 39442248a027
permissions -rw-r--r--
clarified static full_graph vs. dynamic visible_graph; tuned;

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