Graph.Subgraph
type t = {
log : Log.Line.t list;
refs : Refs.Line.t list;
}
val sexp_of_t : t -> Sexplib0.Sexp.t
val is_empty : t -> bool