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

0 votes
in ClojureScript by

The return type hint is not needed on the undefined? function, as the return type is inferable from its body (via the :tag meta provided by the respective macro).

1 Answer

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