Module DA.Functor¶
The Functor
class is used for types that can be mapped over.
Functions¶
- ($>)
: Functor f => f a -> b -> f b
Replace all locations in the input (on the left) with the given value (on the right).
The Functor
class is used for types that can be mapped over.
: Functor f => f a -> b -> f b
Replace all locations in the input (on the left) with the given value (on the right).