Module Control.Second
type class Second with Second.second operation
Imports
Table of Content
-
class (Semigroupoid.Semigroupoid f, Tensor f) ⇒ Second f
-
Known Instances
->
Member Functions
-
second ∷ Second f ⇒ f c d → f (a, c) (a, d)
-
Send the second component of the input through the argument tensor, and copy the rest unchanged to the output.
-
instance Second ->
-
Member Functions
-
second ∷ (γ→α) → (β, γ) → (β, α)
-
-
(γ→α) → (β, γ) → (β, α)
-
Second_->.second
-
Second f ⇒ f c d → f (a, c) (a, d)
-
Second.second
