(defn get-base-predicate "Get the base predicate from this predicate." [pred] (if (map? pred) (:pred pred) pred))
Comments top
No comments for get-base-predicate. Log in to add a comment.