package coq-lsp

  1. Overview
  2. Docs
Language Server Protocol native server for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.8.8.16.tbz
sha256=40e33157d83bf2c79791b50e31644c070803f9cba1c559ddc00d01a2d01d0f42
sha512=85bf5986091325df085e6b83056b05d37e82e2eb0f2db47bf46b0380ce23129f5d2139bf25ae75a52bff5c42868a2212bbaf6c888ce91dac55e814f146e2c89a

doc/coq-lsp.lsp/Lsp/JCoq/Evar_kinds/index.html

Module JCoq.Evar_kindsSource

include module type of struct include Serlib.Ser_evar_kinds end
type matching_var_kind = Evar_kinds.matching_var_kind
val sexp_of_matching_var_kind : matching_var_kind -> Sexplib0.Sexp.t
val matching_var_kind_of_sexp : Sexplib0.Sexp.t -> matching_var_kind
val matching_var_kind_to_yojson : matching_var_kind -> Yojson.Safe.t
val hash_fold_matching_var_kind : Ppx_hash_lib.Std.Hash.state -> matching_var_kind -> Ppx_hash_lib.Std.Hash.state
val hash_matching_var_kind : matching_var_kind -> Ppx_hash_lib.Std.Hash.hash_value
val compare_matching_var_kind : matching_var_kind -> matching_var_kind -> int
type obligation_definition_status = Evar_kinds.obligation_definition_status
val obligation_definition_status_of_sexp : Sexplib.Sexp.t -> obligation_definition_status
val sexp_of_obligation_definition_status : obligation_definition_status -> Sexplib.Sexp.t
type t = Evar_kinds.t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val to_yojson : t -> Yojson.Safe.t
val hash_fold_t : t Base__Ppx_hash_lib.hash_fold
val hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value
val compare : t Base__Ppx_compare_lib.compare
Sourceval obligation_definition_status_to_yojson : Evar_kinds.obligation_definition_status -> [> `List of [> `Bool of bool | `String of string ] list ]
OCaml

Innovation. Community. Security.