API for generic.comparison (1.1.x branch)

by Konrad Hinsen

Usage:
(ns your-namespace
  (:require clojure.contrib.generic.comparison))

Overview

Generic comparison interface
This library defines generic versions of = < > <= >= zero?
as multimethods that can be defined for any type. Of the
greater/less-than relations, types must minimally implement >.

Public Variables and Functions

Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.