Module Resolution.Complicated_1
Some more complicated examples of resolution
module type A = sig ... endmodule B : sig ... endmodule C :
Odoc_examples.Resolution.Complicated_1.A
with module M = Odoc_examples.Resolution.Complicated_1.B
with type N.t = int