package tezos-dal-node-lib

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

Abstraction of the IO monad used by the worker.

type 'a t

The monad type.

val let* : 'a t -> ('a -> 'b t) -> 'b t

Equivalent to bind m f function, in infix notation.

val return : 'a -> 'a t

The monad's return function.

val sleep : GS.span -> unit t

sleep span will block for the amount of time specified by span.

OCaml

Innovation. Community. Security.