(prep expr)
Prep a quoted expression. All symbols preceded by ? will be replaced with logic vars.
Prep a quoted expression. All symbols preceded by ? will be replaced with logic vars.
(unifier ts)
(unifier opts ts)
Return the unifier for terms ts. Will prep the terms.
Return the unifier for terms ts. Will prep the terms.
(unifier* ts)
(unifier* opts ts)
Return the unifier that unifies terms ts. All terms in ts should prepped terms.
Return the unifier that unifies terms ts. All terms in ts should prepped terms.
(unify ts)
(unify opts ts)
Unify the terms ts returning a the value that represents their unificaiton. Will prep the terms.
Unify the terms ts returning a the value that represents their unificaiton. Will prep the terms.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close