src/HOL/Library/BNF_Decl.thy
author wenzelm
Wed, 05 Mar 2014 14:19:54 +0100
changeset 55915 607948c90bf0
parent 55076 1e73e090a514
permissions -rw-r--r--
suppress short abbreviations more uniformly, for outer and quasi-outer syntax; tuned signature;

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