Functor Biokepi_pipeline_edsl.Transform_applications.Apply (.ml)

module Apply: 
functor (Input : Biokepi_pipeline_edsl.Semantics.Bioinformatics_base) -> sig .. end
Biokepi_pipeline_edsl.Transform_applications.Apply is the entry point that transforms EDSL terms.
Parameters:
Input : Biokepi_pipeline_edsl.Semantics.Bioinformatics_base

module The_pass: Biokepi_pipeline_edsl.Transform_applications.Apply_optimization_framework(Input)
include struct ... end
We populate the module with the default implementations (which do nothing).
include The_pass.Language_delta
We override the few functions we're interested in.