Module Integration.Suppressions
module Span : sig ... endtype error = | UserError of unit -> string
val parse_lines : ?file:string -> string list -> t * error listval is_suppressed : suppressions:t -> issue_type:string -> line:int -> boolval pp_parse_result : F.formatter -> (t * error list) -> unit