package octez-l2-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

Signature

val durable_exn_handler : (unit -> 'a Lwt.t) -> (('a0, exn) Stdlib.result -> 'b Lwt.t) -> 'b0 Lwt.t
type op_res =
  1. | Tree : Durable.t -> op_res
  2. | Value : 'a -> op_res
val tree_res : Durable.t Lwt.t -> op_res Lwt.t
val value_res : 'a Lwt.t -> op_res Lwt.t
val supress_durable_exn : Durable.t -> (unit -> op_res Lwt.t) -> Durable.t Lwt.t
OCaml

Innovation. Community. Security.