Module Graph__Rand.Planar
module type S = sig ... endmodule Make : functor (B : Graph.Builder.S with type G.V.label = int * int and type G.E.label = int) -> S with type graph = B.G.tRandom planar graphs
Graph__Rand.Planarmodule type S = sig ... endmodule Make : functor (B : Graph.Builder.S with type G.V.label = int * int and type G.E.label = int) -> S with type graph = B.G.tRandom planar graphs