src/HOL/Library/BNF_Axiomatization.thy
author blanchet
Mon, 02 Nov 2015 21:49:49 +0100
changeset 61549 16e2313e855c
parent 60500 903bb1495239
child 62691 9bfcbab7cd99
permissions -rw-r--r--
make sure that function types are never generated as '> @ A @ B', but always as 'A > B'

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

Axiomatic declaration of bounded natural functors.
*)

section \<open>Axiomatic Declaration of Bounded Natural Functors\<close>

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

ML_file "bnf_axiomatization.ML"

end