core-logic

jeremyraines 2015-10-28T18:27:23.000036Z

what’s the right way to iterate over a bunch of lvars and apply separate constraints to each of them?

jeremyraines 2015-10-28T18:28:11.000037Z

I’m trying this: (map constrain-item lvars my-constraints) with no luck

jeremyraines 2015-10-28T18:30:54.000038Z

separate goals, I should say

jeremyraines 2015-10-28T18:37:37.000039Z

looks like I just needed to pass the resulting list of goals to and*