Node.Info
type t = {
parsing_time : float;
stats : Memo.Stats.t option;
global_stats : Stats.Global.t;
Info about cumulative stats
}
val print : t -> string