> fmap maps a function on the values in a data structure, returning an > equivalent data structure containing the function results. This is > different from map that applies a function to a sequence and returns > another sequence.
Very neat, Konrad! That sure saves some typing. I always find looking at the implementation to be useful when learning; Alfred, you might find the same. Line 34: <http://code.google.com/p/clojure-contrib/source/browse/trunk/src/clojure/contrib/generic/functor.clj?content-type=text/vnd.viewcvs-markup&root=34 > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---