Next: , Previous: , Up: srfi records   [Index]


2.6.2 Abstract

This SRFI describes syntax for creating new data types, called record types. A predicate, a constructor, and field accessors and modifiers are defined for each record type. Each new record type is distinct from all existing types, including other record types and Scheme’s predefined types.