package coq-lsp

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.2.2.8.20.tbz
sha256=5404b94fbfe8c126470e7ef706001a77da6f6c388c314b6a80981c265a712399
sha512=1cc67ed0e0f0d5f64dc6e89239045f59e1ec85535496182ff6b7988621ff13e9fdd5e74e30224e37f3832a77435d1f636b15e46cd93e382b1c4256e96e9297c8

doc/coq-lsp.serlib/Serlib/Ser_context/Rel/index.html

Module Ser_context.RelSource

Sourcemodule Declaration : sig ... end
Sourcetype ('c, 't, 'r) pt = ('c, 't, 'r) Context.Rel.pt
Sourceval sexp_of_pt : ('c -> Sexplib0.Sexp.t) -> ('t -> Sexplib0.Sexp.t) -> ('r -> Sexplib0.Sexp.t) -> ('c, 't, 'r) pt -> Sexplib0.Sexp.t
Sourceval pt_of_sexp : (Sexplib0.Sexp.t -> 'c) -> (Sexplib0.Sexp.t -> 't) -> (Sexplib0.Sexp.t -> 'r) -> Sexplib0.Sexp.t -> ('c, 't, 'r) pt
Sourceval pt_to_yojson : ('c -> Yojson.Safe.t) -> ('t -> Yojson.Safe.t) -> ('r -> Yojson.Safe.t) -> ('c, 't, 'r) pt -> Yojson.Safe.t
Sourceval hash_fold_pt : (Ppx_hash_lib.Std.Hash.state -> 'c -> Ppx_hash_lib.Std.Hash.state) -> (Ppx_hash_lib.Std.Hash.state -> 't -> Ppx_hash_lib.Std.Hash.state) -> (Ppx_hash_lib.Std.Hash.state -> 'r -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> ('c, 't, 'r) pt -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_pt : ('c -> 'c -> int) -> ('t -> 't -> int) -> ('r -> 'r -> int) -> ('c, 't, 'r) pt -> ('c, 't, 'r) pt -> int
OCaml

Innovation. Community. Security.