diff --git a/j/show.j b/j/show.j index e7d0c2e8affc4..157d76521bb8d 100644 --- a/j/show.j +++ b/j/show.j @@ -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)