package plebeia

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

Install

Dune Dependency

Authors

Maintainers

Sources

plebeia-2.2.0.tar.gz
md5=7191dbbd3057df0a78032b560039bb59
sha512=f09790dfa65a6c8dc0da9618123d93f145c16c3b5be719dad04114bbe95a7e94697cacf2c6fb5b50c14408f864954dbf8d47e5994093623eb77f488bdf5c4205

doc/plebeia.test_utils/Test_utils/Fs_simulation/Simulation/index.html

Module Fs_simulation.SimulationSource

Sourcetype name = Name.t
Sourcemodule Map : sig ... end
Sourcetype model_tree =
  1. | File of Plebeia.Value.t
  2. | Dir of model_tree Map.t
Sourcetype raw_cursor =
  1. | Z of model_tree * (name * model_tree Map.t) list
Sourcetype cursor = raw_cursor
Sourcetype view = model_tree
Sourcetype hash = string
Sourceval pp_model_tree_map : Format.formatter -> model_tree Map.t -> unit
Sourceval pp_view : Format.formatter -> model_tree -> unit
Sourceval pp_trail : Format.formatter -> (string * model_tree Map.t) list -> unit
Sourceval pp_cursor : Format.formatter -> raw_cursor -> unit
Sourcemodule Context : sig ... end
Sourceval empty : 'a -> raw_cursor
Sourceval make : 'a -> 'b -> 'a
Sourceval error_fs : FsError.t -> ('a, Plebeia.Error.t) result
Sourcemodule Op : sig ... end
Sourcemodule Op_lwt : sig ... end
OCaml

Innovation. Community. Security.