Module Search.Make.Path


module Path: Print.PRINTABLE_TYPE  with type t = G.Edge.t list
The printable type of paths. A path is a list [e1; ...; eN] of edges.

type t 
The type.
val print : Format.formatter -> t -> unit
A pretty-printer for this type. This function prints values of type t in the current pretty-printing box.