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

0 votes
in ClojureScript by
The return type hints are not needed on the {{true?}} and {{false?}} functions, as the return types are inferable from their bodies (via the {{:tag}} meta provided by the respective macros).

1 Answer

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