File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2780
2780
Recognized options:
2781
2781
:as takes a symbol as its argument and makes that symbol an alias to the
2782
2782
lib's namespace in the current namespace.
2783
- :refer takes a list of symbols to refer from the namespace..
2783
+ :refer takes a list of symbols to refer from the namespace.
2784
2784
:refer-macros takes a list of macro symbols to refer from the namespace.
2785
2785
:include-macros true causes macros from the namespace to be required.
2786
2786
:rename specifies a map from referred var names to different
2801
2801
2802
2802
The following would load the library clojure.string :as string.
2803
2803
2804
- (require '[clojure/ string :as string])"
2804
+ (require '[clojure. string :as string])"
2805
2805
[& args]
2806
2806
`(~'ns* ~(cons :require args)))
2807
2807
You can’t perform that action at this time.
0 commit comments