bistro.engine
Bistro_engine.Eval_thread
Lwt threads that accumulate errors
bistro
bistro.internals
bistro.multinode
bistro.nlp
bistro.script
bistro.unix
bistro.utils
ppx_bistro
type 'a t = ('a, Execution_trace.Set.t) Lwt_result.t
val return : 'a -> 'a t
val fail1 : Execution_trace.t -> 'a t
val both : 'a t -> 'b t -> ('a * 'b) t
val join2 : unit t -> unit t -> unit t
val join : 'a list -> f:('a -> unit t) -> unit t
val ignore : 'a t -> unit t
module Infix : sig ... end