src/HOL/Library/BNF_Axiomatization.thy
author wenzelm
Mon, 29 Sep 2014 11:18:25 +0200
changeset 58471 ab4b94892c4c
parent 56942 5fff4dc31d34
child 58881 b9556a055632
permissions -rw-r--r--
faster machine for slow/bulky polyml-5.3.0 tests (notably HOL-Proofs);

(*  Title:      HOL/Library/BNF_Axiomatization.thy
    Author:     Dmitriy Traytel, TU Muenchen
    Copyright   2013

Axiomatic declaration of bounded natural functors.
*)

header {* Axiomatic declaration of Bounded Natural Functors *}

theory BNF_Axiomatization
imports Main
keywords
  "bnf_axiomatization" :: thy_decl
begin

ML_file "bnf_axiomatization.ML"

end