Previous: expander specs signatures lambda, Up: expander specs signatures [Index]
The following syntactic bindings are exported by the library
(vicare expander)
.
Type name of objects representing the type signature of a tuple of lambda clauses.
Build and return a new instance of <case-lambda-signature>
. The
argument clause-signature* must be a non–empty list of
<lambda-signature>
representing the type specifications of the
single lambda clauses.
Return #t
if obj is an instance of
<case-lambda-signature>
; otherwise return #f
.
Return a non–empty list of <lambda-signature>
representing the
type specifications of the single lambda clauses.