package coq-lsp
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Language Server Protocol native server for Coq
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-lsp-0.2.4.9.1.tbz
sha256=667908bdd88f0bb1b75d2fa76a483006d600c9422a2a15297a172e62c0415cad
sha512=42f8e5ad308702f77c9dc40243acd2e656b16bdb94c302306dbb87387cc36941deccd5f52c18d1a045467030ddf86528b22819522a647eee5b9e1ac25f4a9560
doc/coq-lsp.serlib/Serlib/Ser_declarations/index.html
Module Serlib.Ser_declarationsSource
Source
val one_inductive_body_of_yojson :
Yojson.Safe.t ->
one_inductive_body Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_one_inductive_body :
Ppx_hash_lib.Std.Hash.state ->
one_inductive_body ->
Ppx_hash_lib.Std.Hash.stateSource
val typing_flags_of_yojson :
Yojson.Safe.t ->
typing_flags Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_typing_flags :
Ppx_hash_lib.Std.Hash.state ->
typing_flags ->
Ppx_hash_lib.Std.Hash.stateSource
val sexp_of_pconstant_body :
('a -> Sexplib0.Sexp.t) ->
('b -> Sexplib0.Sexp.t) ->
('a, 'b) pconstant_body ->
Sexplib0.Sexp.tSource
val pconstant_body_of_sexp :
(Sexplib0.Sexp.t -> 'a) ->
(Sexplib0.Sexp.t -> 'b) ->
Sexplib0.Sexp.t ->
('a, 'b) pconstant_bodySource
val pconstant_body_to_yojson :
('a -> Yojson.Safe.t) ->
('b -> Yojson.Safe.t) ->
('a, 'b) pconstant_body ->
Yojson.Safe.tSource
val pconstant_body_of_yojson :
(Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
(Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
('a, 'b) pconstant_body Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_pconstant_body :
(Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
(Ppx_hash_lib.Std.Hash.state -> 'b -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
('a, 'b) pconstant_body ->
Ppx_hash_lib.Std.Hash.stateSource
val compare_pconstant_body :
('a -> 'a -> int) ->
('b -> 'b -> int) ->
('a, 'b) pconstant_body ->
('a, 'b) pconstant_body ->
intSource
val constant_body_of_yojson :
Yojson.Safe.t ->
constant_body Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_constant_body :
Ppx_hash_lib.Std.Hash.state ->
constant_body ->
Ppx_hash_lib.Std.Hash.stateSource
val recursivity_kind_of_yojson :
Yojson.Safe.t ->
recursivity_kind Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_recursivity_kind :
Ppx_hash_lib.Std.Hash.state ->
recursivity_kind ->
Ppx_hash_lib.Std.Hash.stateSource
val mutual_inductive_body_of_yojson :
Yojson.Safe.t ->
mutual_inductive_body Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_mutual_inductive_body :
Ppx_hash_lib.Std.Hash.state ->
mutual_inductive_body ->
Ppx_hash_lib.Std.Hash.stateSource
val rewrite_rule_of_yojson :
Yojson.Safe.t ->
rewrite_rule Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_rewrite_rule :
Ppx_hash_lib.Std.Hash.state ->
rewrite_rule ->
Ppx_hash_lib.Std.Hash.stateSource
val sexp_of_functorize :
('ty -> Sexplib0.Sexp.t) ->
('a -> Sexplib0.Sexp.t) ->
('ty, 'a) functorize ->
Sexplib0.Sexp.tSource
val functorize_of_sexp :
(Sexplib0.Sexp.t -> 'ty) ->
(Sexplib0.Sexp.t -> 'a) ->
Sexplib0.Sexp.t ->
('ty, 'a) functorizeSource
val functorize_to_yojson :
('ty -> Yojson.Safe.t) ->
('a -> Yojson.Safe.t) ->
('ty, 'a) functorize ->
Yojson.Safe.tSource
val functorize_of_yojson :
(Yojson.Safe.t -> 'ty Ppx_deriving_yojson_runtime.error_or) ->
(Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
('ty, 'a) functorize Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_functorize :
(Ppx_hash_lib.Std.Hash.state -> 'ty -> Ppx_hash_lib.Std.Hash.state) ->
(Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
('ty, 'a) functorize ->
Ppx_hash_lib.Std.Hash.stateSource
val compare_functorize :
('ty -> 'ty -> int) ->
('a -> 'a -> int) ->
('ty, 'a) functorize ->
('ty, 'a) functorize ->
intSource
val sexp_of_module_alg_expr :
('a -> Sexplib0.Sexp.t) ->
'a module_alg_expr ->
Sexplib0.Sexp.tSource
val module_alg_expr_of_sexp :
(Sexplib0.Sexp.t -> 'a) ->
Sexplib0.Sexp.t ->
'a module_alg_exprSource
val module_alg_expr_of_yojson :
(Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
'a module_alg_expr Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_module_alg_expr :
(Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
'a module_alg_expr ->
Ppx_hash_lib.Std.Hash.stateSource
val compare_module_alg_expr :
('a -> 'a -> int) ->
'a module_alg_expr ->
'a module_alg_expr ->
intSource
val module_expression_of_yojson :
Yojson.Safe.t ->
module_expression Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_module_expression :
Ppx_hash_lib.Std.Hash.state ->
module_expression ->
Ppx_hash_lib.Std.Hash.stateSource
val sexp_of_structure_field_body :
('a -> Sexplib0.Sexp.t) ->
('b -> Sexplib0.Sexp.t) ->
('a, 'b) structure_field_body ->
Sexplib0.Sexp.tSource
val structure_field_body_of_sexp :
(Sexplib0.Sexp.t -> 'a) ->
(Sexplib0.Sexp.t -> 'b) ->
Sexplib0.Sexp.t ->
('a, 'b) structure_field_bodySource
val structure_field_body_to_yojson :
('a -> Yojson.Safe.t) ->
('b -> Yojson.Safe.t) ->
('a, 'b) structure_field_body ->
Yojson.Safe.tSource
val structure_field_body_of_yojson :
(Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
(Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
('a, 'b) structure_field_body Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_structure_field_body :
(Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
(Ppx_hash_lib.Std.Hash.state -> 'b -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
('a, 'b) structure_field_body ->
Ppx_hash_lib.Std.Hash.stateSource
val compare_structure_field_body :
('a -> 'a -> int) ->
('b -> 'b -> int) ->
('a, 'b) structure_field_body ->
('a, 'b) structure_field_body ->
intSource
val sexp_of_structure_body :
('a -> Sexplib0.Sexp.t) ->
('b -> Sexplib0.Sexp.t) ->
('a, 'b) structure_body ->
Sexplib0.Sexp.tSource
val structure_body_of_sexp :
(Sexplib0.Sexp.t -> 'a) ->
(Sexplib0.Sexp.t -> 'b) ->
Sexplib0.Sexp.t ->
('a, 'b) structure_bodySource
val structure_body_to_yojson :
('a -> Yojson.Safe.t) ->
('b -> Yojson.Safe.t) ->
('a, 'b) structure_body ->
Yojson.Safe.tSource
val structure_body_of_yojson :
(Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
(Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
('a, 'b) structure_body Ppx_deriving_yojson_runtime.error_orSource
val hash_fold_structure_body :
(Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
(Ppx_hash_lib.Std.Hash.state -> 'b -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
('a, 'b) structure_body ->
Ppx_hash_lib.Std.Hash.stateSource
val compare_structure_body :
('a -> 'a -> int) ->
('b -> 'b -> int) ->
('a, 'b) structure_body ->
('a, 'b) structure_body ->
int sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>