Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.logic by

I believe def--> needs to put its lsyms into a vector (as does -->). lsyms is passed to handle-clauses (as the env param), and there is used as a function. This causes an exception since a seq cannot be cast to a function.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/LOGIC-141 (reported by glchapman)
...