Module Cfg_dataflow
module type Domain_S = sig ... endmodule type Forward_transfer = sig ... endmodule type Forward_S = sig ... endmodule Forward
(D : Cfg_dataflow.Domain_S)
(T : Cfg_dataflow.Forward_transfer with type domain = D.t) :
Cfg_dataflow.Forward_S with type domain = D.t and type context = T.contextmodule type Backward_transfer = sig ... endmodule Dataflow_result : sig ... endmodule type Backward_S = sig ... endmodule Backward
(D : Cfg_dataflow.Domain_S)
(T : Cfg_dataflow.Backward_transfer with type domain = D.t) :
Cfg_dataflow.Backward_S
with type domain = D.t
and type error = T.error
and type context = T.context