Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JuliaLang/julia
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Boyer committed Oct 13, 2011
2 parents 3a0b935 + 1b4e4f4 commit 8b0e418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion j/show.j
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# showing fundamental objects

print(x) = show(x)
shown(x) = print_to_string(show, x)
show_to_string(x) = print_to_string(show, x)

show(s::Symbol) = print(s)
show(tn::TypeName) = show(tn.name)
Expand Down

0 comments on commit 8b0e418

Please sign in to comment.