package tezos-lwt-result-stdlib

  1. Overview
  2. Docs
Tezos: error-aware stdlib replacement

Install

Dune Dependency

Authors

Maintainers

Sources

tezos-v12.3.tar.bz2
sha256=296bb5674bc6050afe6330326fbdd0dfc2255d414bfd6b79cc7666ac6b39316d
sha512=c061cd300a9410300851158d77bf8e56ca3c568b0b1161b38305e5b2efdcd9c746d391f832fdb2826f9a1d6babce10a9b764a4b04f5df42699f7314b9863123a

doc/bare_structs/Bare_structs/Unit/index.html

Module Bare_structs.UnitSource

include module type of struct include Stdlib.Unit end
type t = unit =
  1. | ()
val equal : t -> t -> bool
val compare : t -> t -> int
val to_string : t -> string
Sourceval unit : t
Sourceval unit_s : unit Lwt.t
Sourceval unit_e : (unit, 'a) Stdlib.result
Sourceval unit_es : (unit, 'a) Stdlib.result Lwt.t
Sourceval catch : ?catch_only:(exn -> bool) -> (t -> t) -> t
Sourceval catch_f : ?catch_only:(exn -> bool) -> (t -> t) -> (exn -> t) -> t
Sourceval catch_s : ?catch_only:(exn -> bool) -> (unit -> unit Lwt.t) -> unit Lwt.t
OCaml

Innovation. Community. Security.