(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.
>> (import "lib/url") >> (tag-info <url>) :: (<object #f> scheme auth path query frag)