Skip to content

Commit e2372da

Browse files
committed
add refer-clojure exclude on abs
1 parent ec63a52 commit e2372da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/clojure/clojure/algo/generic/math_functions.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
functions such as sqrt or sin as multimethods that can be
2222
defined for any type."}
2323
clojure.algo.generic.math-functions
24+
(:refer-clojure :exclude [abs])
2425
(:require [clojure.algo.generic.arithmetic :as ga]
2526
[clojure.algo.generic.comparison :as gc]))
2627

0 commit comments

Comments
 (0)