Module Irmin_test_helpers.Import
include module type of struct include Irmin.Export_for_backends end
Lwt syntax
include module type of struct include Lwt.Syntax end
val (let*) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.tval (and*) : 'a Lwt.t -> 'b Lwt.t -> ('a * 'b) Lwt.tval (let+) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.tval (and+) : 'a Lwt.t -> 'b Lwt.t -> ('a * 'b) Lwt.tval (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.tval (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.tDependency extensions
val shuffle : Stdlib.Random.State.t -> 'a array -> unit