We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e7dcbb commit a5303aaCopy full SHA for a5303aa
src/java_time/graph.cljc
@@ -115,7 +115,7 @@
115
(run! (fn [[t r]]
116
(when (assignable-type? k t)
117
(if-not more-arity-steps
118
- (vswap! vresult concat (mapv #(as-source types-so-far t %) r))
+ (vswap! vresult into (map #(as-source types-so-far t %)) r)
119
(search-for-possible-sources vresult r
120
(conj types-so-far t)
121
(first more-arity-steps)
0 commit comments