package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a or_error = ('a, [ `Msg of string ]) Stdlib.Result.t
include module type of Let_syntax
val let+ : ('a, 'e) Stdlib.Result.t -> ('a -> ('b, 'e) Stdlib.Result.t) -> ('b, 'e) Stdlib.Result.t