#< is not valid reader syntax. The Lisp reader will signal an error
of type reader-error
on encountering #<. This syntax is typically used in the printed representation of objects that cannot be read back in.
Go to the first, previous, next, last section, table of contents.