Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.logic by

(run* (link: out)

  (fresh (link: y z)
         (rembero y (list 'a 'b y 'd z 'e) out)))

=>
((b a d _0 e)
(a b d _0 e)
((a b d _0 e) :- (!= (_1 b)) (!= (_1 a)))
((a b _0 d e) :- (!= (_0 _0)) (!= (_0 b)) ((image: = (_0 d)) ()= (_0 a))))

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/LOGIC-181 (reported by alex+import)
...