Example of unifier on wiki uses wrong syntax?

Description

The example of clojure.core.logic.unifier/unifier on the Features wiki page is

(unifier '(?x ?y ?z) '(1 2 ?y)) ; (1 2 _.0)

Shouldn't it be something like

(unifier ['(?x ?y ?z) '(1 2 ?y)]) ; {?y 2, ?x 1, ?z 2}

?

Environment

[org.clojure/core.logic "0.8.10"]

Activity

Show:

Details

Assignee

Reporter

Labels

Priority

Created January 11, 2016 at 11:43 PM
Updated January 11, 2016 at 11:43 PM