package coq-lsp

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

Petanque errors

type t =
  1. | Interrupted
  2. | Parsing of string
  3. | Coq of string
  4. | Anomaly of string
  5. | Theorem_not_found of string
val to_string : t -> string
val to_code : t -> int
OCaml

Innovation. Community. Security.