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

0 votes
in core.logic by

The following expression results in an Exception "IllegalArgumentException Don't know how to create ISeq from: clojure.core.logic.LCons clojure.lang.RT.seqFrom (RT.java:505)", but should return ().

`
(run 1 (link: q)
(!= (lcons 1 1) (lcons 1 1)))

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/LOGIC-174 (reported by sorpaas)
...