src/HOL/BNF/BNF.thy
author traytel
Wed, 21 Aug 2013 10:58:15 +0200
changeset 53124 9ae9bbaccee1
parent 52731 dacd47a0633f
child 54026 82d9b2701a03
permissions -rw-r--r--
tuned theory imports

(*  Title:      HOL/BNF/BNF.thy
    Author:     Dmitriy Traytel, TU Muenchen
    Author:     Andrei Popescu, TU Muenchen
    Author:     Jasmin Blanchette, TU Muenchen
    Copyright   2012

Bounded natural functors for (co)datatypes.
*)

header {* Bounded Natural Functors for (Co)datatypes *}

theory BNF
imports More_BNFs BNF_LFP BNF_GFP
begin

hide_const (open) image2 image2p vimage2p Gr Grp collect fsts snds setl setr 
  convol thePull pick_middlep fstOp sndOp csquare inver
  image2 relImage relInvImage prefCl PrefCl Succ Shift shift

end