Next: expander specs pair-of, Previous: expander specs record, Up: expander specs [Index]
The following syntactic bindings are exported by the library
(vicare expander)
.
Name of type specifications for pairs of heterogeneous values.
Build and return a new instance of <pair-type-spec>
. The
arguments car-ots and cdr-ots must be instances of
<object-type-spec>
representing the car and cdr specifications,
respectively.
Return #t
if obj is an instance of <pair-type-spec>
;
otherwise return #f
.
Return instances of <object-type-spec>
representing the car and
cdr specifications, respectively.