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.serlib/Serlib/Ser_vmbytecodes/index.html

Module Serlib.Ser_vmbytecodesSource

Sourcemodule Names = Ser_names
Sourcemodule Evar = Ser_evar
Sourceval hash_fold_array : 'a Base__Hash.folder -> 'a array Base__Hash.folder
Sourcetype caml_prim = Vmbytecodes.caml_prim =
  1. | CAML_Arraymake
  2. | CAML_Arrayget
  3. | CAML_Arraydefault
  4. | CAML_Arrayset
  5. | CAML_Arraycopy
  6. | CAML_Arraylength
  7. | CAML_Stringmake
  8. | CAML_Stringlength
  9. | CAML_Stringget
  10. | CAML_Stringsub
  11. | CAML_Stringcat
  12. | CAML_Stringcompare
Sourceval caml_prim_of_sexp : Sexplib0.Sexp.t -> caml_prim
Sourceval sexp_of_caml_prim : caml_prim -> Sexplib0.Sexp.t
Sourceval caml_prim_to_yojson : caml_prim -> Yojson.Safe.t
Sourceval hash_fold_caml_prim : Ppx_hash_lib.Std.Hash.state -> caml_prim -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_caml_prim : caml_prim -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_caml_prim : caml_prim -> caml_prim -> int
Sourcetype fv_elem = Vmbytecodes.fv_elem =
  1. | FVnamed of Names.Id.t
  2. | FVrel of int
Sourceval fv_elem_of_sexp : Sexplib0.Sexp.t -> fv_elem
Sourceval sexp_of_fv_elem : fv_elem -> Sexplib0.Sexp.t
Sourceval fv_elem_to_yojson : fv_elem -> Yojson.Safe.t
Sourceval hash_fold_fv_elem : Ppx_hash_lib.Std.Hash.state -> fv_elem -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_fv_elem : fv_elem -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_fv_elem : fv_elem -> fv_elem -> int
Sourcetype fv = fv_elem array
Sourceval fv_of_sexp : Sexplib0.Sexp.t -> fv
Sourceval sexp_of_fv : fv -> Sexplib0.Sexp.t
Sourceval fv_to_yojson : fv -> Yojson.Safe.t
Sourceval hash_fold_fv : Ppx_hash_lib.Std.Hash.state -> fv -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_fv : fv -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_fv : fv -> fv -> int
OCaml

Innovation. Community. Security.