module Kit:sig
..end
typetool =
Biokepi_run_environment.Machine.Tool.t
typet =
Biokepi_run_environment.Machine.Tool.Definition.t ->
tool option
val concat : t list ->
t
val of_list : tool list ->
t
val get_exn : (Biokepi_run_environment.Machine.Tool.Definition.t -> 'a option) ->
Biokepi_run_environment.Machine.Tool.Definition.t -> 'a