Next: , Previous: , Up: args predefined   [Index]


8.5.7 Validating promises

The following bindings are exported by the library (vicare arguments validation).

Validation Clause: promise obj

Succeed if obj is a promise object: it satisfies the predicate promise? exported by (vicare).

Validation Clause: false-or-promise obj

Succeed if obj is #f or a promise object: it satisfies the predicate promise? exported by (vicare).