Module Matching_report

type match_format =
  1. | Normal
  2. | Emacs
  3. | OneLine
val print_match : ?format:match_format -> Parse_info.t list -> unit
val join_with_space_if_needed : string list -> string