package coq-lsp
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_tactypes/index.html
Module Serlib.Ser_tactypes
Source
Source
type 'a intro_pattern_action_expr = 'a Tactypes.intro_pattern_action_expr =
| IntroWildcard
| IntroOrAndPattern of 'a or_and_intro_pattern_expr
| IntroInjection of 'a intro_pattern_expr CAst.t list
| IntroApplyOn of 'a CAst.t * 'a intro_pattern_expr CAst.t
| IntroRewrite of bool
Source
and 'a intro_pattern_expr = 'a Tactypes.intro_pattern_expr =
| IntroForthcoming of bool
| IntroNaming of Namegen.intro_pattern_naming_expr
| IntroAction of 'a intro_pattern_action_expr
Source
and 'a or_and_intro_pattern_expr = 'a Tactypes.or_and_intro_pattern_expr =
| IntroOrPattern of 'a intro_pattern_expr CAst.t list list
| IntroAndPattern of 'a intro_pattern_expr CAst.t list
Source
val intro_pattern_action_expr_of_sexp :
'a. (Sexplib0.Sexp.t -> 'a) ->
Sexplib0.Sexp.t ->
'a intro_pattern_action_expr
Source
val intro_pattern_expr_of_sexp :
'a. (Sexplib0.Sexp.t -> 'a) ->
Sexplib0.Sexp.t ->
'a intro_pattern_expr
Source
val or_and_intro_pattern_expr_of_sexp :
'a. (Sexplib0.Sexp.t -> 'a) ->
Sexplib0.Sexp.t ->
'a or_and_intro_pattern_expr
Source
val sexp_of_intro_pattern_action_expr :
'a. ('a -> Sexplib0.Sexp.t) ->
'a intro_pattern_action_expr ->
Sexplib0.Sexp.t
Source
val sexp_of_intro_pattern_expr :
'a. ('a -> Sexplib0.Sexp.t) ->
'a intro_pattern_expr ->
Sexplib0.Sexp.t
Source
val sexp_of_or_and_intro_pattern_expr :
'a. ('a -> Sexplib0.Sexp.t) ->
'a or_and_intro_pattern_expr ->
Sexplib0.Sexp.t
Source
val intro_pattern_action_expr_to_yojson :
'a. ('a -> Yojson.Safe.t) ->
'a intro_pattern_action_expr ->
Yojson.Safe.t
Source
val intro_pattern_action_expr_of_yojson :
'a. (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
'a intro_pattern_action_expr Ppx_deriving_yojson_runtime.error_or
Source
val intro_pattern_expr_to_yojson :
'a. ('a -> Yojson.Safe.t) ->
'a intro_pattern_expr ->
Yojson.Safe.t
Source
val intro_pattern_expr_of_yojson :
'a. (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
'a intro_pattern_expr Ppx_deriving_yojson_runtime.error_or
Source
val or_and_intro_pattern_expr_to_yojson :
'a. ('a -> Yojson.Safe.t) ->
'a or_and_intro_pattern_expr ->
Yojson.Safe.t
Source
val or_and_intro_pattern_expr_of_yojson :
'a. (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
'a or_and_intro_pattern_expr Ppx_deriving_yojson_runtime.error_or
Source
val hash_fold_intro_pattern_action_expr :
'a. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
'a intro_pattern_action_expr ->
Ppx_hash_lib.Std.Hash.state
Source
val hash_fold_intro_pattern_expr :
'a. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
'a intro_pattern_expr ->
Ppx_hash_lib.Std.Hash.state
Source
val hash_fold_or_and_intro_pattern_expr :
'a. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
'a or_and_intro_pattern_expr ->
Ppx_hash_lib.Std.Hash.state
Source
val compare_intro_pattern_action_expr :
'a. ('a -> 'a -> int) ->
'a intro_pattern_action_expr ->
'a intro_pattern_action_expr ->
int
Source
val compare_intro_pattern_expr :
'a. ('a -> 'a -> int) ->
'a intro_pattern_expr ->
'a intro_pattern_expr ->
int
Source
val compare_or_and_intro_pattern_expr :
'a. ('a -> 'a -> int) ->
'a or_and_intro_pattern_expr ->
'a or_and_intro_pattern_expr ->
int
Source
type quantified_hypothesis = Tactypes.quantified_hypothesis =
| AnonHyp of int
| NamedHyp of Names.lident
Source
val quantified_hypothesis_of_yojson :
Yojson.Safe.t ->
quantified_hypothesis Ppx_deriving_yojson_runtime.error_or
Source
val hash_fold_quantified_hypothesis :
Ppx_hash_lib.Std.Hash.state ->
quantified_hypothesis ->
Ppx_hash_lib.Std.Hash.state
Source
val explicit_bindings_of_sexp :
'a. (Sexplib0.Sexp.t -> 'a) ->
Sexplib0.Sexp.t ->
'a explicit_bindings
Source
val sexp_of_explicit_bindings :
'a. ('a -> Sexplib0.Sexp.t) ->
'a explicit_bindings ->
Sexplib0.Sexp.t
Source
val explicit_bindings_to_yojson :
'a. ('a -> Yojson.Safe.t) ->
'a explicit_bindings ->
Yojson.Safe.t
Source
val explicit_bindings_of_yojson :
'a. (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
'a explicit_bindings Ppx_deriving_yojson_runtime.error_or
Source
val hash_fold_explicit_bindings :
'a. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
'a explicit_bindings ->
Ppx_hash_lib.Std.Hash.state
Source
val compare_explicit_bindings :
'a. ('a -> 'a -> int) ->
'a explicit_bindings ->
'a explicit_bindings ->
int
Source
type 'a bindings = 'a Tactypes.bindings =
| ImplicitBindings of 'a list
| ExplicitBindings of 'a explicit_bindings
| NoBindings
Source
val bindings_of_yojson :
'a. (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
'a bindings Ppx_deriving_yojson_runtime.error_or
Source
val with_bindings_of_sexp :
'a. (Sexplib0.Sexp.t -> 'a) ->
Sexplib0.Sexp.t ->
'a with_bindings
Source
val sexp_of_with_bindings :
'a. ('a -> Sexplib0.Sexp.t) ->
'a with_bindings ->
Sexplib0.Sexp.t
Source
val with_bindings_of_yojson :
'a. (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
'a with_bindings Ppx_deriving_yojson_runtime.error_or
Source
val hash_fold_with_bindings :
'a. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
'a with_bindings ->
Ppx_hash_lib.Std.Hash.state
Source
val compare_with_bindings :
'a. ('a -> 'a -> int) ->
'a with_bindings ->
'a with_bindings ->
int
Source
val delayed_open_of_yojson :
'a. (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) ->
Yojson.Safe.t ->
'a delayed_open Ppx_deriving_yojson_runtime.error_or
Source
val hash_fold_delayed_open :
'a. (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) ->
Ppx_hash_lib.Std.Hash.state ->
'a delayed_open ->
Ppx_hash_lib.Std.Hash.state
Source
val delayed_open_constr_of_yojson :
Yojson.Safe.t ->
delayed_open_constr Ppx_deriving_yojson_runtime.error_or
Source
val hash_fold_delayed_open_constr :
Ppx_hash_lib.Std.Hash.state ->
delayed_open_constr ->
Ppx_hash_lib.Std.Hash.state
Source
val delayed_open_constr_with_bindings_of_sexp :
Sexplib0.Sexp.t ->
delayed_open_constr_with_bindings
Source
val sexp_of_delayed_open_constr_with_bindings :
delayed_open_constr_with_bindings ->
Sexplib0.Sexp.t
Source
val delayed_open_constr_with_bindings_to_yojson :
delayed_open_constr_with_bindings ->
Yojson.Safe.t
Source
val delayed_open_constr_with_bindings_of_yojson :
Yojson.Safe.t ->
delayed_open_constr_with_bindings Ppx_deriving_yojson_runtime.error_or
Source
val hash_fold_delayed_open_constr_with_bindings :
Ppx_hash_lib.Std.Hash.state ->
delayed_open_constr_with_bindings ->
Ppx_hash_lib.Std.Hash.state
Source
val hash_delayed_open_constr_with_bindings :
delayed_open_constr_with_bindings ->
Ppx_hash_lib.Std.Hash.hash_value
Source
val compare_delayed_open_constr_with_bindings :
delayed_open_constr_with_bindings ->
delayed_open_constr_with_bindings ->
int
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>