src/HOL/Library/BNF_Axiomatization.thy
author blanchet
Thu, 12 Jun 2014 17:02:03 +0200
changeset 57237 bc51864c2ac4
parent 56942 5fff4dc31d34
child 58881 b9556a055632
permissions -rw-r--r--
took out broken support for Yices from SMT2 stack -- see 'NEWS' for rationale

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