1 2 3 4 5 6 7 8
# module A import mexportb export mexportb.TMyObject, mexportb.xyz export mexportb.q proc `$`*(x: TMyObject): string = "my object"