Module Biokepi_run_environment.Machine.Tool.Kit (.ml)

module Kit: sig .. end

type tool = Biokepi_run_environment.Machine.Tool.t 
type t = 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