package plebeia

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

Parameters

Signature

module F : sig ... end
module S : sig ... end
module Name = Base.Name
module Path = Base.Path
module FsError = Base.FsError
type name = Name.t
type cursor = F.cursor * S.cursor
type raw_cursor = cursor
type view = F.view * S.view
type hash = F.hash
val make : 'a -> 'b -> 'c
type 'a op_lwt = cursor -> (cursor * 'a, Plebeia.Error.t) Stdlib.result Lwt.t
val error_fs : FsError.t -> ('a, Plebeia.Error.t) Stdlib.result
val handle_conflict : string -> (('a, Plebeia.Error.t) Stdlib.result * ('b, Plebeia.Error.t) Stdlib.result) -> ('c, Plebeia.Error.t) Stdlib.result
module Op : sig ... end
module Op_lwt : sig ... end
val use_f : ('a -> ('b * 'c, 'd) Stdlib.result) -> ('a * 'e) -> (('b * 'e) * 'c, 'd) Stdlib.result
val write_top_cursor : (F.cursor * 'a) -> ((F.cursor * 'a) * (Plebeia.Index.t * Plebeia.Hash.Prefix.t), Plebeia.Error.t) Stdlib.result
val compute_hash : (F.cursor * 'a) -> ((F.cursor * 'a) * Plebeia.Hash.Prefix.t, 'b) Stdlib.result
val may_forget : (F.cursor * 'a) -> ((F.cursor * 'a) * unit, 'b) Stdlib.result
OCaml

Innovation. Community. Security.