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) result Lwt.t
val error_fs : FsError.t -> ('a, Plebeia.Error.t) result
val handle_conflict : string -> (('a, Plebeia.Error.t) result * ('b, Plebeia.Error.t) result) -> ('c, Plebeia.Error.t) result
module Op : sig ... end
module Op_lwt : sig ... end
val use_f : ('a -> ('b * 'c, 'd) result) -> ('e * 'f) -> (('g * 'h) * 'i, 'j) result
val write_top_cursor : (F.cursor * 'a) -> ((F.cursor * 'a) * (Plebeia.Index.t * Plebeia.Hash.Prefix.t), Plebeia.Error.t) result
val compute_hash : (F.cursor * 'a) -> ((F.cursor * 'a) * Plebeia.Hash.Prefix.t, 'b) result
val may_forget : (F.cursor * 'a) -> ((F.cursor * 'a) * unit, 'b) result