Intf.Test
module type Inputs_intf = sig ... end
module type S = sig ... end
module 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