linear-maps-0.6.1: Finite maps for linear use

Control.Functor

Description

Functor2 and Functor3 type classes

Documentation

class Functor2 f whereSource

Methods

fmap2 :: (a -> b) -> f a x -> f b xSource

Instances

Functor2 Pointer 
Functor2 (Maplike i) 

class Functor3 f whereSource

Methods

fmap3 :: (a -> b) -> f a x y -> f b x ySource