Details
Assignee
David NolenDavid NolenReporter
Hugo DuncanHugo DuncanPatch
Code and TestPriority
Major
Details
Details
Assignee
David Nolen
David NolenReporter
Hugo Duncan
Hugo DuncanPatch
Code and Test
Priority

Created May 20, 2015 at 6:21 PM
Updated May 20, 2015 at 6:21 PM
When matching maps, it is sometimes useful to specify a map that doesn't include specific keys.
Eg. to specify a map that doesn't include a :foo key:
(def _! :clojure.core.logic/not-found) (run* [x] (featurec x {:foo _!}))
The patch is minimal, and demonstrates the functionality.