Details
Assignee
David NolenDavid NolenReporter
Andy FingerhutAndy FingerhutPriority
Minor
Details
Details
Assignee
David Nolen
David NolenReporter
Andy Fingerhut
Andy FingerhutPriority
Created December 23, 2013 at 7:10 AM
Updated January 1, 2014 at 6:05 PM
(deftest test-34-unify-with-metadata (is (run* [q] (== q (quote ^:haz-meta-daytuhs (form form form)))) '((^:haz-meta-daytuhs (form form form)))))
I am not sure what was intended for this, but replacing it with the following causes the test to fail.
(deftest test-34-unify-with-metadata (is (= (run* [q] (== q (quote ^:haz-meta-daytuhs (form form form)))) '((^:haz-meta-daytuhs (form form form))))))
I think the correct version is probably close to that, though.