This is a convenience function that prints the repr() of an object.
It is similar to python's pprint.pprint(). Usually, to ensure that
an object is displayed in the terminal using its pprint format, just
define a print.that_object_class method that calls pprint().