| |||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||
Description | |||||||||||||||||||||||||||||||||||||||||||||||||||
Functors: uniform action over a parameterized type, generalizing the map function on lists. | |||||||||||||||||||||||||||||||||||||||||||||||||||
Synopsis | |||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||
Documentation | |||||||||||||||||||||||||||||||||||||||||||||||||||
class Functor f where | |||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||
(<$>) :: Functor f => (a -> b) -> f a -> f b | |||||||||||||||||||||||||||||||||||||||||||||||||||
An infix synonym for fmap. | |||||||||||||||||||||||||||||||||||||||||||||||||||
Produced by Haddock version 2.7.2 |