package dolmen_loop

  1. Overview
  2. Docs

Some types

type 'a error
type 'a warning
type any_error =
  1. | Any_err : _ error -> any_error
type any_warning =
  1. | Any_warn : _ warning -> any_warning

Reports

module T : sig ... end

Errors

module Error : sig ... end

Warnings

module Warning : sig ... end

Report configuration

module Conf : sig ... end