Details
-
Type:
Defect
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:clojure 1.5.0-beta1 with core.logic 0.8.0-beta3
Description
I don't know a lot about the finite domain code, but it surprised me that this crashes:
(run 1 [r a b x] (== r [a b]) (infd a b x (domain 1 2)) (<fd a b) (firsto r x))
This was the most minimal example I could come up with.