module type Transformation = sig .. end
sig
end
include Biokepi_pipeline_edsl.Optimization_framework.Trans_base
val fmap : ('a from -> 'b from) -> 'a term -> 'b term
('a from -> 'b from) -> 'a term -> 'b term
val fmap2 : ('a from -> 'b from -> 'c from) -> 'a term -> 'b term -> 'c term
('a from -> 'b from -> 'c from) -> 'a term -> 'b term -> 'c term