src/HOL/Library/BNF_Decl.thy
author haftmann
Thu, 01 May 2014 09:30:36 +0200
changeset 56812 baef1c110f12
parent 55076 1e73e090a514
permissions -rw-r--r--
centralized upper/lowercase name mangling

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