type result = | Input_check of {
} | ||||||||
| Select_check of {
} | ||||||||
| Step_result of {
} |
val config : db_path:string ‑> use_docker:bool ‑> keep_all:bool ‑> precious:Core.String.Set.t ‑> configval id : t ‑> stringval requirement : t ‑> Allocator.requestval perform : Allocator.resource ‑> config ‑> t ‑> result Lwt.tval failure : result ‑> boolval render_step_command : np:int ‑> mem:int ‑> config ‑> Bistro.step ‑> Bistro.dep Bistro.Command.t ‑> stringval render_step_dumps : np:int ‑> mem:int ‑> config ‑> Bistro.step ‑> (string * string) list