Module Fleche.Perf

module Info : sig ... end
module Sentence : sig ... end
type t = {
  1. summary : string;
  2. timings : Sentence.t list;
}