sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The Lwt_traced_result_syntax
module is similar to the Lwt_result_syntax
module with the following difference:
fail
wraps the error in a trace,and*
and and+
are provided.See Lwt_result_syntax
.
fail e
is Lwt.return (Error (Trace.make e))
where Trace
is the Traced_sigs.Trace
module that provides the trace type and functions.