src/HOL/Library/BNF_Decl.thy
author wenzelm
Thu, 06 Mar 2014 19:55:08 +0100
changeset 55960 beef468837b1
parent 55076 1e73e090a514
permissions -rw-r--r--
proper position for decode_pos, which is relevant for completion;

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