Skip to content

Commit

Permalink
Rename: shown => show_to_string.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Oct 13, 2011
1 parent 85b1064 commit ebd4d3b
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 ebd4d3b

Please sign in to comment.