Intf.Testmodule type Inputs_intf = sig ... endmodule type S = sig ... endmodule type Functor_intf =
functor (Inputs : Inputs_intf) ->
S
with type network = Inputs.Engine.Network.t
and type node = Inputs.Engine.Network.Node.t
and type dsl = Inputs.Dsl.t