src/HOL/Library/BNF_Decl.thy
author wenzelm
Tue, 08 Apr 2014 14:15:48 +0200
changeset 56465 6ad693903e22
parent 55076 1e73e090a514
permissions -rw-r--r--
more positions and markup;

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

Axiomatic declaration of bounded natural functors.
*)

header {* Axiomatic declaration of Bounded Natural Functors *}

theory BNF_Decl
imports Main
keywords
  "bnf_decl" :: thy_decl
begin

ML_file "bnf_decl.ML"

end