pipes-3.3.0: Compositional pipelines

Safe HaskellSafe-Inferred

Control.Proxy.Core

Contents

Description

Default imports for the Control.Proxy hierarchy

Synopsis

Modules

Control.Proxy.Class defines the Proxy type class that lets you program generically over proxy implementations and their transformers.

Control.Proxy.Prelude provides a standard library of proxies.

Control.Proxy.Trans defines the ProxyTrans type class that lets you write your own proxy extensions.

Control.Proxy.Trans.Identity exports runIdentityP, which substantially eases writing completely polymorphic proxies.

Control.Proxy.Morph exports hoistP.

Control.Monad exports forever, (>=>), and (<=<).

Control.Monad.Trans.Class exports lift.

Control.Monad.Morph exports hoist.