src/HOL/BNF/BNF_Decl.thy
author traytel
Wed, 27 Nov 2013 15:08:18 +0100
changeset 54601 91a1e4aa7c80
permissions -rw-r--r--
command for axiomatic declaration of bnfs---allow theoreticians to fix an arbitrary type with functorial structure and work abstractly on it

(*  Title:      HOL/BNF/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 BNF_Def
keywords
  "bnf_decl" :: thy_decl
begin

ML_file "Tools/bnf_decl.ML"

end