Skip to content

Commit

Permalink
* src/cljs/cljs/core.cljs: add missing type hint on type_satisfies_
Browse files Browse the repository at this point in the history
  • Loading branch information
David Nolen authored and David Nolen committed May 4, 2012
1 parent 0b37c3b commit 129b0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljs/cljs/core.cljs
Expand Up @@ -39,7 +39,7 @@
[x]
(js* "(~{x} != null && ~{x} !== false)"))

(defn type_satisfies_
(defn ^boolean type_satisfies_
"Internal - do not use!"
[p x]
(cond
Expand Down

0 comments on commit 129b0ab

Please sign in to comment.