data-lens-2.10.1: Haskell 98 Lenses

Safe HaskellSafe-Infered

Control.Category.Product

Documentation

class Category c => Tensor c whereSource

Methods

(***) :: c w x -> c y z -> c (w, y) (x, z)Source

first :: c w x -> c (w, z) (x, z)Source

second :: c y z -> c (w, y) (w, z)Source

Instances