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

Reply via email to