Removes a parent/child relationship between parent and
tag. h must be a hierarchy obtained from make-hierarchy, if not
supplied defaults to, and modifies, the global hierarchy.
;; create a simple hierarchy using the global hierarchy;; and demonstrate how underive is useduser=>(derive::dog::animal)niluser=>(derive::spaniel::dog)niluser=>(derive::tabby::dog)niluser=>(ancestors::tabby)#{:user/dog:user/animal}user=>(underive::tabby::dog)niluser=>(ancestors::tabby)nil