Module Node.Info

type t = {
  1. parsing_time : float;
  2. stats : Memo.Stats.t option;
  3. global_stats : Stats.Global.t;
    (*

    Info about cumulative stats

    *)
}
val print : t -> string