(ns your-namespace (:require clojure.contrib.generic.functor))
Generic functor interface (fmap)
Usage: (fmap f s)
Applies function f to each item in the data structure s and returns a structure of the same kind.