Map (higher-order function): Difference between revisions

Content deleted Content added
m Robot-assisted disambiguation (you can help!): Haskell programming language
m see also
Line 21:
* <code>fmap id = id (identity)
* <code>fmap (f . g) = fmap f . fmap g (composition)</code>
 
== See also ==
* [[List comprehension]]
 
[[Category:Functional programming]]