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 9f7ffb7 commit 5166ddcCopy full SHA for 5166ddc
src/internal_recipes.jl
@@ -9,7 +9,7 @@ end
9
return :($(x.start) : $(step(x)) : $(x.stop))
10
end
11
12
-@latexrecipe function f(x::StepRangeLen{T, R, S, L}; expand_ranges=false, expand_step_ranges=true) where {T, R, S, L}
+@latexrecipe function f(x::StepRangeLen{T, <:Any, <:Any}; expand_ranges=false, expand_step_ranges=true) where {T}
13
(expand_ranges || expand_step_ranges) && return collect(x)
14
return :($(T(x.ref + (x.offset-1)*step(x))) : $(T(x.step)) : $(T(x.ref + (x.len-1)*x.step)))
15
0 commit comments