package coq-lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Serlib.Ser_declarationsSource

Sourcetype template_arity = Declarations.template_arity
Sourceval template_arity_of_sexp : Sexplib.Sexp.t -> template_arity
Sourceval sexp_of_template_arity : template_arity -> Sexplib.Sexp.t
Sourcetype ('a, 'b) declaration_arity = ('a, 'b) Declarations.declaration_arity
Sourceval declaration_arity_of_sexp : (Sexplib.Sexp.t -> 'a) -> (Sexplib.Sexp.t -> 'b) -> Sexplib.Sexp.t -> ('a, 'b) declaration_arity
Sourceval sexp_of_declaration_arity : ('a -> Sexplib.Sexp.t) -> ('b -> Sexplib.Sexp.t) -> ('a, 'b) declaration_arity -> Sexplib.Sexp.t
Sourcetype recarg = Declarations.recarg
Sourceval sexp_of_recarg : recarg -> Sexplib0.Sexp.t
Sourceval recarg_of_sexp : Sexplib0.Sexp.t -> recarg
Sourceval recarg_to_yojson : recarg -> Yojson.Safe.t
Sourceval hash_fold_recarg : Ppx_hash_lib.Std.Hash.state -> recarg -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_recarg : recarg -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_recarg : recarg -> recarg -> int
Sourcetype wf_paths = recarg Rtree.t
Sourceval sexp_of_wf_paths : wf_paths -> Sexplib0.Sexp.t
Sourceval wf_paths_of_sexp : Sexplib0.Sexp.t -> wf_paths
Sourceval wf_paths_to_yojson : wf_paths -> Yojson.Safe.t
Sourceval hash_fold_wf_paths : Ppx_hash_lib.Std.Hash.state -> wf_paths -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_wf_paths : wf_paths -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_wf_paths : wf_paths -> wf_paths -> int
Sourcetype regular_inductive_arity = Declarations.regular_inductive_arity
Sourceval sexp_of_regular_inductive_arity : regular_inductive_arity -> Sexplib0.Sexp.t
Sourceval regular_inductive_arity_of_sexp : Sexplib0.Sexp.t -> regular_inductive_arity
Sourceval regular_inductive_arity_to_yojson : regular_inductive_arity -> Yojson.Safe.t
Sourceval hash_fold_regular_inductive_arity : Ppx_hash_lib.Std.Hash.state -> regular_inductive_arity -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_regular_inductive_arity : regular_inductive_arity -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_regular_inductive_arity : regular_inductive_arity -> regular_inductive_arity -> int
Sourcetype inductive_arity = Declarations.inductive_arity
Sourceval sexp_of_inductive_arity : inductive_arity -> Sexplib0.Sexp.t
Sourceval inductive_arity_of_sexp : Sexplib0.Sexp.t -> inductive_arity
Sourceval inductive_arity_to_yojson : inductive_arity -> Yojson.Safe.t
Sourceval hash_fold_inductive_arity : Ppx_hash_lib.Std.Hash.state -> inductive_arity -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_inductive_arity : inductive_arity -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_inductive_arity : inductive_arity -> inductive_arity -> int
Sourcetype one_inductive_body = Declarations.one_inductive_body
Sourceval sexp_of_one_inductive_body : one_inductive_body -> Sexplib0.Sexp.t
Sourceval one_inductive_body_of_sexp : Sexplib0.Sexp.t -> one_inductive_body
Sourceval one_inductive_body_to_yojson : one_inductive_body -> Yojson.Safe.t
Sourceval hash_fold_one_inductive_body : Ppx_hash_lib.Std.Hash.state -> one_inductive_body -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_one_inductive_body : one_inductive_body -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_one_inductive_body : one_inductive_body -> one_inductive_body -> int
Sourcetype typing_flags = Declarations.typing_flags
Sourceval sexp_of_typing_flags : typing_flags -> Sexplib0.Sexp.t
Sourceval typing_flags_of_sexp : Sexplib0.Sexp.t -> typing_flags
Sourceval typing_flags_to_yojson : typing_flags -> Yojson.Safe.t
Sourceval hash_fold_typing_flags : Ppx_hash_lib.Std.Hash.state -> typing_flags -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_typing_flags : typing_flags -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_typing_flags : typing_flags -> typing_flags -> int
Sourcetype inline = Declarations.inline
Sourceval sexp_of_inline : inline -> Sexplib0.Sexp.t
Sourceval inline_of_sexp : Sexplib0.Sexp.t -> inline
Sourceval inline_to_yojson : inline -> Yojson.Safe.t
Sourceval hash_fold_inline : Ppx_hash_lib.Std.Hash.state -> inline -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_inline : inline -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_inline : inline -> inline -> int
Sourcetype ('a, 'b) pconstant_body = ('a, 'b) Declarations.pconstant_body
Sourceval sexp_of_pconstant_body : ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('a, 'b) pconstant_body -> Sexplib0.Sexp.t
Sourceval pconstant_body_of_sexp : (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> Sexplib0.Sexp.t -> ('a, 'b) pconstant_body
Sourceval pconstant_body_to_yojson : ('a -> Yojson.Safe.t) -> ('b -> Yojson.Safe.t) -> ('a, 'b) pconstant_body -> Yojson.Safe.t
Sourceval 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.state
Sourceval compare_pconstant_body : ('a -> 'a -> int) -> ('b -> 'b -> int) -> ('a, 'b) pconstant_body -> ('a, 'b) pconstant_body -> int
Sourcetype constant_body = Declarations.constant_body
Sourceval sexp_of_constant_body : constant_body -> Sexplib0.Sexp.t
Sourceval constant_body_of_sexp : Sexplib0.Sexp.t -> constant_body
Sourceval constant_body_to_yojson : constant_body -> Yojson.Safe.t
Sourceval hash_fold_constant_body : Ppx_hash_lib.Std.Hash.state -> constant_body -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_constant_body : constant_body -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_constant_body : constant_body -> constant_body -> int
Sourcetype recursivity_kind = Declarations.recursivity_kind
Sourceval sexp_of_recursivity_kind : recursivity_kind -> Sexplib0.Sexp.t
Sourceval recursivity_kind_of_sexp : Sexplib0.Sexp.t -> recursivity_kind
Sourceval recursivity_kind_to_yojson : recursivity_kind -> Yojson.Safe.t
Sourceval hash_fold_recursivity_kind : Ppx_hash_lib.Std.Hash.state -> recursivity_kind -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_recursivity_kind : recursivity_kind -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_recursivity_kind : recursivity_kind -> recursivity_kind -> int
Sourcetype mutual_inductive_body = Declarations.mutual_inductive_body
Sourceval sexp_of_mutual_inductive_body : mutual_inductive_body -> Sexplib0.Sexp.t
Sourceval mutual_inductive_body_of_sexp : Sexplib0.Sexp.t -> mutual_inductive_body
Sourceval mutual_inductive_body_to_yojson : mutual_inductive_body -> Yojson.Safe.t
Sourceval hash_fold_mutual_inductive_body : Ppx_hash_lib.Std.Hash.state -> mutual_inductive_body -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_mutual_inductive_body : mutual_inductive_body -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_mutual_inductive_body : mutual_inductive_body -> mutual_inductive_body -> int
Sourcetype rewrite_rule = Declarations.rewrite_rule
Sourceval sexp_of_rewrite_rule : rewrite_rule -> Sexplib0.Sexp.t
Sourceval rewrite_rule_of_sexp : Sexplib0.Sexp.t -> rewrite_rule
Sourceval rewrite_rule_to_yojson : rewrite_rule -> Yojson.Safe.t
Sourceval hash_fold_rewrite_rule : Ppx_hash_lib.Std.Hash.state -> rewrite_rule -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_rewrite_rule : rewrite_rule -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_rewrite_rule : rewrite_rule -> rewrite_rule -> int
Sourcetype mod_body = Declarations.mod_body
Sourcetype mod_type = Declarations.mod_type
Sourcetype ('a, 'v) when_mod_body = ('a, 'v) Declarations.when_mod_body
Sourceval sexp_of_when_mod_body : ('a -> Sexplib0.Sexp.t) -> ('v -> Sexplib0.Sexp.t) -> ('a, 'v) when_mod_body -> Sexplib0.Sexp.t
Sourceval when_mod_body_of_sexp : (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'v) -> Sexplib0.Sexp.t -> ('a, 'v) when_mod_body
Sourceval when_mod_body_to_yojson : ('a -> Yojson.Safe.t) -> ('v -> Yojson.Safe.t) -> ('a, 'v) when_mod_body -> Yojson.Safe.t
Sourceval hash_fold_when_mod_body : (Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state) -> (Ppx_hash_lib.Std.Hash.state -> 'v -> Ppx_hash_lib.Std.Hash.state) -> Ppx_hash_lib.Std.Hash.state -> ('a, 'v) when_mod_body -> Ppx_hash_lib.Std.Hash.state
Sourceval compare_when_mod_body : ('a -> 'a -> int) -> ('v -> 'v -> int) -> ('a, 'v) when_mod_body -> ('a, 'v) when_mod_body -> int
Sourcetype 'a module_alg_expr = 'a Declarations.module_alg_expr
Sourceval sexp_of_module_alg_expr : ('a -> Sexplib0.Sexp.t) -> 'a module_alg_expr -> Sexplib0.Sexp.t
Sourceval module_alg_expr_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a module_alg_expr
Sourceval module_alg_expr_to_yojson : ('a -> Yojson.Safe.t) -> 'a module_alg_expr -> Yojson.Safe.t
Sourceval 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.state
Sourceval compare_module_alg_expr : ('a -> 'a -> int) -> 'a module_alg_expr -> 'a module_alg_expr -> int
Sourcetype structure_body = Declarations.structure_body
Sourceval sexp_of_structure_body : structure_body -> Sexplib0.Sexp.t
Sourceval structure_body_of_sexp : Sexplib0.Sexp.t -> structure_body
Sourceval structure_body_to_yojson : structure_body -> Yojson.Safe.t
Sourceval hash_fold_structure_body : Ppx_hash_lib.Std.Hash.state -> structure_body -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_structure_body : structure_body -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_structure_body : structure_body -> structure_body -> int
Sourcetype module_body = Declarations.module_body
Sourceval sexp_of_module_body : module_body -> Sexplib0.Sexp.t
Sourceval module_body_of_sexp : Sexplib0.Sexp.t -> module_body
Sourceval module_body_to_yojson : module_body -> Yojson.Safe.t
Sourceval hash_fold_module_body : Ppx_hash_lib.Std.Hash.state -> module_body -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_module_body : module_body -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_module_body : module_body -> module_body -> int
Sourcetype module_type_body = Declarations.module_type_body
Sourceval sexp_of_module_type_body : module_type_body -> Sexplib0.Sexp.t
Sourceval module_type_body_of_sexp : Sexplib0.Sexp.t -> module_type_body
Sourceval module_type_body_to_yojson : module_type_body -> Yojson.Safe.t
Sourceval hash_fold_module_type_body : Ppx_hash_lib.Std.Hash.state -> module_type_body -> Ppx_hash_lib.Std.Hash.state
Sourceval hash_module_type_body : module_type_body -> Ppx_hash_lib.Std.Hash.hash_value
Sourceval compare_module_type_body : module_type_body -> module_type_body -> int
OCaml

Innovation. Community. Security.