Module Control.CombineIn
type class CombineIn, which provides the CombineIn.&&& operator
Imports
Table of Content
-
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.
-
instance CombineIn ->
-
Member Functions
-
&&& ∷ (β→γ) → (β→α) → β → (γ, α)
infixr 3
-
-
(β→γ) → (β→α) → β → (γ, α)
-
CombineIn_->.&&&
-
CombineIn f ⇒ f a b → f a c → f a (b, c)
-
CombineIn.&&&
