Tag-Info

(tag-info tag) -> list

Returns a list of items supplied to make-tag as optional info. Commonly used by define-record-type and define-class to store information about the structure of a record.

Using Tag-Info From the REPL:

>> (import "lib/url")

>> (tag-info <url>)
:: (<object #f> scheme auth path query frag)

See also:

cell, make-tag, repr, tag, type-name