Skip to content

Commit 5ea7afd

Browse files
committed
Replaced ^:dynamic with ^{:dynamic true}
Experiment to see whether this form is more compatible with version 1.2
1 parent 17a3c15 commit 5ea7afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/clojure/clojure/math/combinatorics.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ output is nth-permutation (0-based)"
478478
:else (/ (apply *' (range (inc (- n k)) (inc n)))
479479
(apply *' (range 1 (inc k))))))
480480

481-
(defn- ^:dynamic count-combinations-from-frequencies [freqs t]
481+
(defn- ^{:dynamic true} count-combinations-from-frequencies [freqs t]
482482
(let [counts (vals freqs)
483483
sum (apply + counts)]
484484
(cond

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy