val (/) : 'a path ‑> ('a, 'b) Bistro.selector ‑> 'b path
val pure : 'a ‑> 'a t
val pureW : 'a Bistro.Std.workflow ‑> 'a path t
val create : ?np:int ‑> ?mem:[ `GB of int ] ‑> ?logger:Bistro_engine.Scheduler.logger ‑> ?keep_all:bool ‑> ?bistro_dir:string ‑> 'a t ‑> ('a, string) Pervasives.result Lwt.t
val run : ?np:int ‑> ?mem:[ `GB of int ] ‑> ?logger:Bistro_engine.Scheduler.logger ‑> ?keep_all:bool ‑> ?bistro_dir:string ‑> 'a t ‑> 'a
module Syntax : sig ... end