Skip to content

Commit

Permalink
Clarify var>
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Sep 25, 2013
1 parent 5024a9b commit 34f0fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/clojure/clojure/core/typed.clj
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ for checking namespaces, cf for checking individual forms."}

(defmacro var>
"Like var, but resolves at runtime like ns-resolve and is understood by
the type checker.
the type checker. sym must be fully qualified (without aliases).
eg. (var> clojure.core/+)"
[sym]
Expand Down

0 comments on commit 34f0fd6

Please sign in to comment.