package dolmen_loop

  1. Overview
  2. Docs

Module Dolmen_loop.ReportSource

Some types

Sourcetype ('kind, 'param) aux
Sourcetype 'a error = ([ `Error ], 'a) aux
Sourcetype 'a warning = ([ `Warning ], 'a) aux
Sourcetype any_error =
  1. | Any_err : _ error -> any_error
Sourcetype any_warning =
  1. | Any_warn : _ warning -> any_warning
Sourceval add_hint : (_, _) aux -> (Format.formatter -> unit) -> unit

Dynamically add a hint to a warning/error.

Reports

Sourcemodule T : sig ... end

Errors

Sourcemodule Error : sig ... end

Warnings

Sourcemodule Warning : sig ... end

Report configuration

Sourcemodule Conf : sig ... end
OCaml

Innovation. Community. Security.