include Base_for_tests.Test_blit_intf.Test_blitmodule type Elt = Base_for_tests.Test_blit_intf.Eltmodule type Elt1 = Base_for_tests.Test_blit_intf.Elt1module type Sequence = Base_for_tests.Test_blit_intf.Sequencemodule type Sequence1 = Base_for_tests.Test_blit_intf.Sequence1module Test1 : functor (Sequence : Sequence1 with type a elt := a Base_for_tests.Test_blit_intf.poly) -> functor (Tested : Base.Blit.S1 with type a t := a Sequence.t) -> sig ... endmodule Test1_generic : functor (Elt : Elt1) -> functor (Sequence : Sequence1 with type a elt := a Elt.t) -> functor (Tested : Base.Blit.S1 with type a t := a Sequence.t) -> sig ... endmodule Make_and_test : functor (Elt : Elt) -> functor (Sequence : sig ... end) -> Base.Blit.S with type t := Sequence.tMake_and_test uses the Blit.Make functor and the Test functor.
module Make1_and_test : functor (Sequence : sig ... end) -> Base.Blit.S1 with type a t := a Sequence.tmodule Make1_generic_and_test : functor (Elt : Elt1) -> functor (Sequence : sig ... end) -> Base.Blit.S1 with type a t := a Sequence.t