Module type Path.WEIGHT


module type WEIGHT = sig .. end
Signature for edges' weights

type label 
type t 
val weight : label -> t
val zero : t
val add : t -> t -> t
val compare : t -> t -> int