Suppose I define a composite type T.
type T
xx::Int
yy::Int
endjulia>T (xx,yy) I want to change what the repl prints when I do T[enter] on the command line. Which function should I change to to do this (the equivalent of T.__repr__() in Python). Thanks, Shoibal.
