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/Plebeia/Utils/Open/index.html

Module Utils.OpenSource

Sourceval from_Some : 'a option -> 'a
Sourceval from_Ok : ('a, 'b) result -> 'a
Sourceval from_Ok_lwt : ('a, 'b) result Lwt.t -> 'a Lwt.t
Sourceval to_file : file:string -> string -> unit

Create a file with the given string

Sourceval (^/) : string -> string -> string

Filename.concat

Sourceval with_time : (unit -> 'a) -> 'a * Mtime.span

Time the function in seconds

Sourceval with_time_lwt : (unit -> 'a Lwt.t) -> ('a * Mtime.span) Lwt.t

with_time for lwt

Sourceval failwithf : ('a, Utils.Format.formatter, unit, 'b) format4 -> 'a

failwith with printf interface

Sourceval (@) : 'a list -> 'a list -> 'a list

Tail recursive list concat

Sourceval reachable_words : 'a -> int

Return the words occupied by the object. Only for debugging. This costs a lot

Sourceval reachable_mbs : 'a -> float
Sourceval min : 'a -> 'a -> 'a
  • deprecated Use monomorphic min, or use Stdlib.min
Sourceval max : 'a -> 'a -> 'a
  • deprecated Use monomorphic max, or use Stdlib.max
Sourcemodule Int : sig ... end
OCaml

Innovation. Community. Security.