package plebeia

  1. Overview
  2. Docs
Functional storage using Merkle Patricia tree

Install

dune-project
 Dependency

Authors

Maintainers

Sources

plebeia-2.0.1.tar.gz
md5=f7d5a3c433784118777699713d437f00
sha512=56d88855cd5553f8f398436c67df2229e4ccad75143057704e7af3153aad47ee6f09e6aeada049514a77871096aeb912ea3ddc4ad620970bf8301c2ee27f4c54

doc/plebeia.test_utils/Test_utils/Fs_simulation/WithSimulation/S/Op_lwt/index.html

Module S.Op_lwtSource

Sourcetype 'a t = cursor -> (cursor * 'a, Plebeia.Error.t) result Lwt.t
Sourceval return : 'a -> 'a t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval mapM : ('a -> 'b t) -> 'a list -> 'b list t
Sourceval mapM_ : ('a -> unit t) -> 'a list -> unit t
Sourceval iterM : ('a -> unit t) -> 'a list -> unit t
Sourceval fold_leftM : ('a -> 'b -> 'a t) -> 'a -> 'b list -> 'a t
Sourceval parseM : ('a -> 'b list -> ('a * 'b list) t) -> 'a -> 'b list -> 'a t
Sourcemodule Infix : sig ... end
Sourcemodule Syntax : sig ... end
Sourceval lift : 'a Op.t -> 'a t
Sourceval ls : Path.t -> (Name.t * cursor) list t
Sourceval fold : 'acc -> Path.t -> ('acc -> Path.t -> cursor -> ([ `Continue | `Exit | `Up ] * 'acc, Plebeia.Error.t) result Lwt.t) -> 'acc t
Sourceval fold' : ?depth:[< `Eq of int | `Ge of int | `Gt of int | `Le of int | `Lt of int ] -> 'acc -> Path.t -> (Path.t -> cursor -> 'acc -> ('acc, Plebeia.Error.t) result Lwt.t) -> 'acc t
OCaml

Innovation. Community. Security.