package tezos-lwt-result-stdlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Traces are used when errors need to be composed. This is useful directly to the user: building traces of errors to keep track of successive failures. It is also useful to the parallel traversors of this library (_ep) to combine errors that were constructed concurrently.

module type S = sig ... end