When GOOPS is loaded,
writeanddisplaybecome generic functions with special methods for printing
- objects - instances of the class
<object>- foreign objects - instances of the class
<foreign-object>- classes - instances of the class
<class>- generic functions - instances of the class
<generic>- methods - instances of the class
<method>.
writeanddisplayprint non-GOOPS values in the same way as the Guile primitivewriteanddisplayfunctions.