Skip to content
Snippets Groups Projects
Verified Commit ff670497 authored by Michiel Cottaar's avatar Michiel Cottaar
Browse files

print length of sequence

parent d4782d0f
No related branches found
No related tags found
No related merge requests found
......@@ -139,7 +139,7 @@ for fn in keys(variables)
end
end
Base.show(io::IO, ::Type{<:Sequence{S}}) where {S} = print(io, S)
Base.show(io::IO, ::Type{<:Sequence{S, N}}) where {S, N} = print(io, S, "{$N}")
Sequence(blocks...; kwargs...) = Sequence([blocks...]; kwargs...)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment