haskpy.typeclasses.apply¶
Apply typeclass
The name of the module is apply_
instead of apply
in order to avoid
name clashing with the function apply
.
Apply typeclass |
|
Apply f => f (a -> b) -> f a -> f b |
|
Apply f => f a -> f b -> f a |
|
Apply f => f a -> f b -> f b |
|
Apply f => (a -> b -> c) -> f a -> f b -> f c |
|
|
|
|
|