(derive+ tag parent)
(derive+ h tag parent)
Establishes a parent/child relationship between parent and tag.
Unlike clojure.core/underive
, there is no requirement that
tag or parent must be a class, keyword or symbol; h must be a
hierarchy obtained from make-hierarchy, if not supplied defaults to,
and modifies, the global hierarchy.
Establishes a parent/child relationship between parent and tag. Unlike `clojure.core/underive`, there is no requirement that tag or parent must be a class, keyword or symbol; h must be a hierarchy obtained from make-hierarchy, if not supplied defaults to, and modifies, the global hierarchy.
(underive+ tag parent)
(underive+ h tag parent)
Removes a parent/child relationship between parent and tag.
Unlike clojure.core/underive
, there is no requirement that
tag or parent must be a class, keyword or symbol; h must be a
hierarchy obtained from make-hierarchy, if not supplied defaults to,
and modifies, the global hierarchy.
Removes a parent/child relationship between parent and tag. Unlike `clojure.core/underive`, there is no requirement that tag or parent must be a class, keyword or symbol; h must be a hierarchy obtained from make-hierarchy, if not supplied defaults to, and modifies, the global hierarchy.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close