(ns your-namespace
(:require clojure.contrib.generic.comparison))
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 >.