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.17.tbz
sha256=d825cca28cff503fb23906245ebeb0a41fc6497b21e4538df7a3450e705129e6
sha512=f2351f6cc81ebaef77e46b1f72bcbb4397f5433eabe3b64ca9ee72423bc251d016ae51ac4b7b35d66bdceee6295f2feb799ea82290fd467933ff25d78844c972

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.