package plebeia

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

Install

Dune Dependency

Authors

Maintainers

Sources

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

doc/plebeia/Plebeia/Result_lwt/Infix/index.html

Module Result_lwt.InfixSource

Sourceval (>>=?) : ('a, 'b) Result_lwt.t -> ('a -> ('c, 'b) Result_lwt.t) -> ('c, 'b) Result_lwt.t
Sourceval (>|=?) : ('a, 'b) Result_lwt.t -> ('a -> 'c) -> ('c, 'b) Result_lwt.t
Sourceval (>>?) : ('a, 'b) result -> ('a -> ('c, 'b) result) -> ('c, 'b) result
Sourceval (>|?) : ('a, 'b) result -> ('a -> 'c) -> ('c, 'b) result
Sourceval (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
Sourceval (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
OCaml

Innovation. Community. Security.