- result/error-ref result #!optional (fail false)procedure
- result/ok-ref result #!optional (fail false)procedure
If the object is of the expected alternative (result/error or result/ok), return the values contained in it; otherwise, call fail on the values contained in the object, which by default, returns #f.