Skip to content

Commit 2bc78ea

Browse files
dpsanderslbenet
authored andcommitted
Add showfull(x) (#249)
1 parent 74d271e commit 2bc78ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/display.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@ end
302302
for T in (Interval, DecoratedInterval)
303303
@eval show(io::IO, a::$T{S}) where S = print(io, representation(a))
304304
@eval showfull(io::IO, a::$T{S}) where S = print(io, representation(a, :full))
305+
@eval showfull(a::$T{S}) where S = showfull(stdout, a)
305306
end
306307

307308
T = IntervalBox

0 commit comments

Comments
 (0)