module Tool:sig
..end
module Definition:sig
..end
module Default:sig
..end
type
t = {
|
definition : |
|
init : |
|
ensure : |
val create : ?init:Common.KEDSL.Program.t ->
?ensure:< is_done : Common.KEDSL.Condition.t option; .. >
Biokepi_run_environment.Common.KEDSL.workflow_node ->
Definition.t ->
t
val init : t -> Common.KEDSL.Program.t
val ensure : t ->
Biokepi_run_environment.Common.KEDSL.phony_workflow
module Kit:sig
..end