clojure.core.unify - A Clojure Unification Library
(unifier '((?a * ?x ** 2) + (?b * ?x) + ?c)
'(?z + (4 * 5) + 3))
;=> ((?a * 5 ** 2) + (4 * 5) + 3)
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close