category-extras-0.44.4: Various modules and constructs inspired by category theory

Portabilitynon-portable (functional-dependencies)
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>

Control.Monad.Hyper

Description

Based on the construction of hyperfunctions as parameterized monads in http://crab.rutgers.edu/~pjohann/f14-ghani.pdf

Synopsis

Documentation

type Hyper h a = FixB (HyperB h)Source

A generic recursive hyperfunction-like combinator

type Hyp e a = Hyper (ContraF e) aSource

Traditional Hyper functions