data-lens-2.10.4: Haskell 98 Lenses
Control.Category.Product
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