Liking cljdoc? Tell your friends :D

clojure.core.unify - A Clojure Unification Library

(more information)

Example

(unifier '((?a * ?x ** 2) + (?b * ?x) + ?c) 
         '(?z + (4 * 5) + 3))

;=> ((?a * 5 ** 2) + (4 * 5) + 3)

TODO

  • Tabling (in progress -- buggy)
  • Examples (algebra+)
  • Examples (destructuring)

References

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close