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.
2 parents 18448ba + e750b74 commit 7274dffCopy full SHA for 7274dff
src/examples/threading.jl
@@ -22,7 +22,7 @@ macro >(exs...)
22
isexpr(ex, :block) ? thread(x, rmlines(ex).args...) :
23
Expr(:call, ex, x)
24
25
- thread(x, exs...) = reduce(thread, exs, init=x)
+ thread(x, exs...) = Compat.reduce(thread, exs, init=x)
26
27
esc(thread(exs...))
28
end
@@ -42,7 +42,7 @@ macro >>(exs...)
42
43
44
45
46
47
48
0 commit comments