package tezos-lwt-result-stdlib

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

A replacement for Stdlib.Result which

  • is exception-safe,
  • includes Lwt-, result-, and Lwt-result-aware traversors.

See Lwtreslib and Seq for general description of traversors and the meaning of _s, _e, and _es suffixes.

module type S = sig ... end