I think I have a similar question. I have defined a type (it happens to be a subtype of AbstractArray). Also I have defined Base.show(io::IO, A::MyArray), so that show(A) works as I want. But the REPL doesn't seem to use show. i.e. typing A at the REPL produces default output. How can I get the REPL to use show. Or is there some other function I need to extend for my type? -- Greg
[julia-users] Re: REPL: show( io::IO, x::Array{my_object,1} ) = ... overwrite
'Greg Plowman' via julia-users Wed, 30 Sep 2015 00:57:13 -0700