package forester

  1. Overview
  2. Docs
type t =
  1. | Tree_not_found
  2. | Duplicate_tree
  3. | Parse_error
  4. | Type_error
  5. | Resolution_error
  6. | Expansion_error
  7. | Created_tree
  8. | Frontmatter_in_body
  9. | Unhandled_case
  10. | Transclusion_loop
  11. | Internal_error
  12. | Configuration_error
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val show : t -> Ppx_deriving_runtime.string
val default_severity : t -> Asai.Diagnostic.severity
val short_code : t -> string
OCaml

Innovation. Community. Security.