API for clojure.algo.generic.functor
-
by Konrad Hinsen
Full namespace name:
clojure.algo.generic.functor
Overview
Generic functor interface (fmap)
Public Variables and Functions
fmap
multimethod
Usage: (fmap f s)
Applies function f to each item in the data structure s and returns
a structure of the same kind.
Source