Module Topological_sort__Topological_sort_intf.Topological_sort.Edge

type 'a t = {
from : 'a;
to_ : 'a;
}
include sig ... end
val sexp_of_t : ('a ‑> Base.Sexp.t) ‑> 'a t ‑> Base.Sexp.t