Skip to:
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 [q](!= (lcons 1 1) (lcons 1 1)))
Both Clojure 1.6 and Clojure 1.7
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 [q]
(!= (lcons 1 1) (lcons 1 1)))