Pipes.Core

Proxy Monad Transformer

data Proxy a' a b' b m r

runEffect

Categories

Respond

respond

(/>/)

(//>)

Request

request

(\>\)

(>\\)

Push

push

(>~>)

(>>~)

Pull

pull

(>+>)

(+>>)

Reflect

reflect

Concrete Type Synonyms

type X

type Effect

type Producer b

type Pipe a b

type Consumer a

type Client a' a

type Server b' b

Polymorphic Type Synonyms

type Effect' m r

type Producer' b m r

type Consumer' a m r

type Client' a' a m r

type Server' b' b m r

Flipped operators

(\<\)

(/</)

(<~<)

(~<<)

(<+<)

(<\\)

(//<)

(<<+)

Re-exports

closed