package octez-libs

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

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.