Skip to content

Commit c0b7a5e

Browse files
authored
compact coefficient show for Fun (#371)
1 parent 831bf1d commit c0b7a5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/show.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function show(io::IO, f::Fun)
66
print(io,"Fun(")
77
show(io,space(f))
88
print(io,", ")
9-
show(io,coefficients(f))
9+
show(IOContext(io, :compact=>true), coefficients(f))
1010
print(io,")")
1111
end
1212

0 commit comments

Comments
 (0)