Next: descriptors signatures case-lambda, Previous: descriptors signatures descriptors, Up: descriptors signatures [Contents][Index]
The following syntactic bindings are exported by the library
(vicare system type-descriptors)
.
Type name of descriptors representing the type signature of single lambda clauses. It has the following fields:
retvals
An instance of <descriptors-signature>
representing the types of
values returned by this lambda clause.
argvals
An instance of <descriptors-signature>
representing the types of
arguments expected by this lambda clause.
Build and return a new instance of <lambda-descriptors>
.
Return #t
if obj is an instance of
<lambda-descriptors>
; otherwise return #f
.
Accessors for the fields of <lambda-descriptors>
instances.