Fork me on GitHub
#cursive
<
2016-08-05
>
snowell13:08:37

Cursive is flagging my transducers (in clojurescript) with “incorrect arity” errors, e.g., “Incorrect arity 1 for cljs.core/filter” Is this a known thing, an option I can check, or a bug I should file?

snowell13:08:27

Interestingly enough, it’s not flagging ALL transducers. map with arity 1 seems to be just fine, but filter and mapcat are flagged