Skip to content

Instantly share code, notes, and snippets.

Created April 10, 2010 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/362278 to your computer and use it in GitHub Desktop.
Save anonymous/362278 to your computer and use it in GitHub Desktop.
-------------------------
clojure.core/isa?
([child parent] [h child parent])
Returns true if (= child parent), or child is directly or indirectly derived from
parent, either via a Java type inheritance relationship or a
relationship established via derive. h must be a hierarchy obtained
from make-hierarchy, if not supplied defaults to the global
hierarchy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment