package forester

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Forester_test.TestablesSource

Sourcetype 'a bwd = 'a Bwd.bwd =
  1. | Emp
  2. | Snoc of 'a bwd * 'a
Sourcetype severity = Asai.Diagnostic.severity =
  1. | Hint
  2. | Info
  3. | Warning
  4. | Error
  5. | Bug
Sourcetype 'a diagnostic = 'a Asai.Diagnostic.t = {
  1. severity : Asai.Diagnostic.severity;
  2. message : 'a;
  3. explanation : Asai.Diagnostic.loctext;
  4. backtrace : Asai.Diagnostic.backtrace;
  5. extra_remarks : Asai.Diagnostic.loctext Bwd.bwd;
}
OCaml

Innovation. Community. Security.