Skip to content

Commit a5303aa

Browse files
committed
guard again soe
1 parent 2e7dcbb commit a5303aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java_time/graph.cljc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
(run! (fn [[t r]]
116116
(when (assignable-type? k t)
117117
(if-not more-arity-steps
118-
(vswap! vresult concat (mapv #(as-source types-so-far t %) r))
118+
(vswap! vresult into (map #(as-source types-so-far t %)) r)
119119
(search-for-possible-sources vresult r
120120
(conj types-so-far t)
121121
(first more-arity-steps)

0 commit comments

Comments
 (0)