package coq-lsp

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.2.3.9.0.tbz
sha256=8776582dddfe768623870cf540ff6ba1e96a44a36e85db18ab93d238d640f92a
sha512=2837889bf99bfe715bd0e752782211a76a14aac71ed37a4fb784f4f0abe338352c9c6d8caa37daf79c036997add1cb306c523f793625b38709f3b5e245380223

doc/coq-lsp.lsp/Fleche_lsp/JCoq/Pp/index.html

Module JCoq.PpSource

include module type of struct include Serlib.Ser_pp end
type t = Pp.t
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
include Ppx_hash_lib.Hashable.S with type t := t
val hash_fold_t : t Base__Ppx_hash_lib.hash_fold
val hash : t -> Base__Ppx_hash_lib.Std.Hash.hash_value
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t Base__Ppx_compare_lib.compare
type doc_view = Pp.doc_view
val sexp_of_doc_view : doc_view -> Sexplib0.Sexp.t
val doc_view_of_sexp : Sexplib0.Sexp.t -> doc_view
val doc_view_to_yojson : doc_view -> Yojson.Safe.t
val hash_fold_doc_view : Ppx_hash_lib.Std.Hash.state -> doc_view -> Ppx_hash_lib.Std.Hash.state
val hash_doc_view : doc_view -> Ppx_hash_lib.Std.Hash.hash_value
val compare_doc_view : doc_view -> doc_view -> int
Sourceval str : string -> Pp.t
Sourceval string_of_ppcmds : Pp.t -> string
Sourceval to_string : Pp.t -> string
Sourceval to_yojson : Pp.t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.