package octez-internal-libs

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

Module Common.Make_helpersSource

Parameters

module S : Generic_key

Signature

Sourcemodule B = S.Backend
Sourcemodule Graph : sig ... end
Sourceval infof : ('a, Format.formatter, unit, unit -> S.Info.t) format4 -> 'a
Sourceval get_contents_key : [> `Contents of 'a ] -> 'a
Sourceval get_node_key : [> `Node of 'a ] -> 'a
Sourcetype x = int
Sourceval x_t : int Irmin.Type.t
Sourceval v1 : string
Sourceval v2 : string
Sourceval with_contents : B.Repo.t -> (Irmin.Perms.read_write B.Contents.t -> 'a Lwt.t) -> 'a Lwt.t
Sourceval with_node : B.Repo.t -> (Irmin.Perms.read_write B.Node.t -> 'a Lwt.t) -> 'a Lwt.t
Sourceval with_commit : B.Repo.t -> (Irmin.Perms.read_write B.Commit.t -> 'a Lwt.t) -> 'a Lwt.t
Sourceval normal : 'a -> [> `Contents of 'a * S.Metadata.t ]
Sourceval b1 : string
Sourceval b2 : string
Sourceval r1 : repo:B.Repo.t -> S.commit Lwt.t
Sourceval r2 : repo:B.Repo.t -> S.commit Lwt.t
Sourceval ignore_thunk_errors : (unit -> unit Lwt.t) -> unit Lwt.t
Sourceval run : Suite.t -> (S.Repo.t -> unit Lwt.t) -> unit Lwt.t
OCaml

Innovation. Community. Security.