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

0 votes
in ClojureScript by
The ^boolean return type hint is not needed on the {{distinct?}} function.

Hunch is that this is due to other improvements surrounding multi-arity function return type inference.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-3106 (reported by mfikes)
...