linear-maps-0.6: Finite maps for linear useSource codeContentsIndex
Control.Functor
Description
Functor2 and Functor3 type classes
Documentation
class Functor2 f whereSource
Methods
fmap2 :: (a -> b) -> f a x -> f b xSource
show/hide Instances
class Functor3 f whereSource
Methods
fmap3 :: (a -> b) -> f a x y -> f b x ySource
Produced by Haddock version 2.4.2