NOTE: These autogen pages are still under development. Not all links work. Not all formatting is done. Contact Tom Faulhaber (tomfaulhaber on github, gmail, etc.) with any questions.

API for generic.functor

by Konrad Hinsen

Usage:
(ns your-namespace
  (:require clojure.contrib.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
Logo & site design by Tom Hickey.