chickadee » hascheme » define-binary-wrapper

(define-binary-wrapper (wrapper source) ...)syntax

Defines wrapper as a non-strict n-ary comparison function. It will force the first two arguments to it, and if the comparison returns false, the procedure returns false and none of the other values are forced. Otherwise it will keep on forcing arguments until there are no more arguments or one of the comparisons fail.