Module Control.CombineIn

type class CombineIn, which provides the CombineIn.&&& operator

Imports

Table of Content

Definitions

class Semigroupoid f ⇒ CombineIn f

Known Instances

->

Member Functions

&&&CombineIn f ⇒ f a b → f a c → f a (b, c)
infixr  3

Send the input to both argument semigroupoids and combine their output.

Instances

instance CombineIn ->

Member Functions

&&& ∷ (β→γ) → (β→α) → β → (γ, α)
infixr  3

Functions and Values by Type

(β→γ) → (β→α) → β → (γ, α)

CombineIn_->.&&&

CombineIn f ⇒ f a b → f a c → f a (b, c)

CombineIn.&&&

Valid HTML 4.01 Strict