Module Dot.Node_Stmt

type t = {
  1. id : string;
  2. attr_list : Attr.t list;
}
val pp : Format.formatter -> t -> unit