Dolmen_loop.Report
type 'a error = ([ `Error ], 'a) aux
type 'a warning = ([ `Warning ], 'a) aux
val add_hint : (_, _) aux -> (Stdlib.Format.formatter -> unit) -> unit
Dynamically add a hint to a warning/error.
module T : sig ... end
module Error : sig ... end
module Warning : sig ... end
module Conf : sig ... end