When passed a set of bound vars, determines if this literal can be
used during this point of a SIP computation.
(defmulti literal-appropriate? "When passed a set of bound vars, determines if this literal can be used during this point of a SIP computation." (fn [b l] (:literal-type l)))
Comments top
No comments for literal-appropriate?. Log in to add a comment.