src/HOL/Library/BNF_Decl.thy
author kuncar
Thu, 10 Apr 2014 17:48:15 +0200
changeset 56519 c1048f5bbb45
parent 55076 1e73e090a514
permissions -rw-r--r--
more appropriate name (Lifting.invariant -> eq_onp)

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