Details
Assignee
Nada AminNada AminReporter
Nada AminNada AminApproval
IncompletePatch
Code and TestPriority
Major
Details
Details
Assignee
Nada Amin
Nada AminReporter
Nada Amin
Nada AminApproval
Incomplete
Patch
Code and Test
Priority

Created January 24, 2018 at 5:56 AM
Updated January 24, 2018 at 11:16 PM
As reported by Will Byrd:
(is (= (run* [q] (fresh [x y] (!= (list x y) q))) ;; Simplified answer should just be: ;; ;; (_0) ;; ;; There is no way to violate this constraint, since neither ;; _1 nor _2 is reified. Both would need to be reified to be ;; able to violate the constraint. '((_0 :- (!= (_0 (_1 _2)))))))
I have a suggested fix here: https://github.com/clojure/core.logic/compare/master...namin:fix-for-meta?expand=1
but might be worth ensuring that other test cases from mk also work as intended.
Will Byrd suggests converting this file of tests:
https://github.com/webyrd/faster-miniKanren/blob/master/disequality-tests.scm