pandora-0.3.1: A box of patterns and paradigms
Pandora.Paradigm.Primary.Functor.Fix
newtype Fix t Source #
Constructors
Fields
cata :: Covariant t => (a <-| t) -> Fix t -> a Source #
ana :: Covariant t => (a |-> t) -> a -> Fix t Source #
hylo :: Covariant t => (b <-| t) -> (a |-> t) -> a -> b Source #