Module Lint.DiagnosticSource

Sourcetype t
Sourcetype severity =
  1. | Info
  2. | Warning
  3. | Error
Sourceval severity_of_string : string -> severity
Sourceval severity_to_string : severity -> string
Sourceval create : ?source:string -> ?actions:t array -> from:int -> to_:int -> severity:severity -> message:string -> unit -> t
Sourceval severity : t -> severity
Sourceval from : t -> int
Sourceval to_ : t -> int
Sourceval source : t -> Jstr.t option
Sourceval actions : t -> Action.t array option
Sourceval message : t -> Jstr.t