@dnolen Would it make sense to warn on bad args for cljs.core/min and cljs.core/max since they are tagged as numeric?
cljs.core/min
cljs.core/max
numeric
this one is weird
(min 0 nil 1 2 3) -> nil (min nil 0 1 2 3) -> 0
@roman01la I'm ok with that