package coq-lsp

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

Module Agent.ErrorSource

Petanque errors

Sourcetype t =
  1. | Interrupted
  2. | Parsing of string
  3. | Coq of string
  4. | Anomaly of string
  5. | System of string
  6. | Theorem_not_found of string
Sourceval to_string : t -> string
Sourceval to_code : t -> int
Sourceval coq : string -> t
Sourceval system : string -> t
OCaml

Innovation. Community. Security.