Next: , Previous: , Up: API  


1.3 (veritas prelude)

1.3.1 Macros

Macro: display-all-results x

Undocumented macro.

Macro: evaluate-thunks x

Given a list of functions that don’t take any inputs, run each one of those functions and return a list of what each function returned.

Macro: evaluate-thunks-concurrently x

Given a list of functions that don’t take any inputs, run each one of those functions concurrently, and then return a list of what each function returned once they’re all finished.

1.3.2 Procedures

Procedure: capture-result-and-output thunk

Undocumented procedure.

Procedure: collect-assertion-successful xs

Undocumented procedure.

Procedure: collect-assertion-successful* xs

Undocumented procedure.

Procedure: display-assertion-results assertion-results

Undocumented procedure.

Procedure: flatten-list xs

Undocumented procedure.

Procedure: getenv-or var KEY: #:default

Undocumented procedure.