val (/) : 'a path ‑> ('a, 'b) Bistro.selector ‑> 'b pathval pure : 'a ‑> 'a tval pureW : 'a Bistro.Std.workflow ‑> 'a path tval 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.tval run : ?np:int ‑> ?mem:[ `GB of int ] ‑> ?logger:Bistro_engine.Scheduler.logger ‑> ?keep_all:bool ‑> ?bistro_dir:string ‑> 'a t ‑> 'amodule Syntax : sig ... end