Previous: built-in pairs weak, Up: built-in pairs [Contents][Index]
Type of immutable pair objects.
<ipair>: <ipair> type-constructor A DThe constructor is ipair. Return a new immutable pair having
A and D as car and cdr.
<ipair>: <boolean> type-predicate objThe type predicate is ipair?. Return #t if obj is an
immutable pair object; otherwise return #f.
<ipair>: <boolean> equality-predicate this {P <ipair>}The equality predicate is equal?.
<ipair>: <non-negative-fixnum> hash-function thisThe hash function is ipair-hash.
<ipair>: <top> car thisApply icar to the type instance.
<ipair>: <top> cdr thisApply icdr to the type instance.