Module Brassaia_test_helpers.Import

include module type of struct include Brassaia.Export_for_backends end
type read_write = Brassaia.Perms.read_write

Lwt syntax

include module type of struct include Lwt.Syntax end
val (let*) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val (and*) : 'a Lwt.t -> 'b Lwt.t -> ('a * 'b) Lwt.t
val (let+) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
val (and+) : 'a Lwt.t -> 'b Lwt.t -> ('a * 'b) Lwt.t
val (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t

Dependency extensions

val shuffle : Stdlib.Random.State.t -> 'a array -> unit