package plebeia

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

plebeia-2.1.0.tar.gz
md5=104e71a50a29b96a4b508004a539c88a
sha512=5edcd6c73dc276011c6344e121e978d294e3b8847ce6e8b28b03a2c7f3ed6bd1a860775dfb9d5b399442d66eeffcb45d9aab6f08b4accdf9287b5b7dbbf91506

doc/plebeia.test_utils/Test_utils/Fs_simulation/WithSimulation/F/FsError/index.html

Module F.FsErrorSource

type path = Base.Path.t
type t = Base.FsError.t =
  1. | Is_file of string * path
  2. | Is_directory of string * path
  3. | No_such_file_or_directory of string * path
  4. | File_or_directory_exists of string * path
  5. | Path_decode_failure of Plebeia.Segment.segment
  6. | Other of string * string
type Plebeia.Error.t +=
  1. | FS_error of t
val error : t -> ('a, Plebeia.Error.t) result
OCaml

Innovation. Community. Security.