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 recarg_of_sexp : Sexplib.Sexp.t -> recarg
Sourceval sexp_of_recarg : recarg -> Sexplib.Sexp.t
Sourcetype wf_paths = recarg Rtree.t
Sourceval wf_paths_of_sexp : Sexplib.Sexp.t -> wf_paths
Sourceval sexp_of_wf_paths : wf_paths -> Sexplib.Sexp.t
Sourcetype regular_inductive_arity = Declarations.regular_inductive_arity
Sourceval regular_inductive_arity_of_sexp : Sexplib.Sexp.t -> regular_inductive_arity
Sourceval sexp_of_regular_inductive_arity : regular_inductive_arity -> Sexplib.Sexp.t
Sourcetype inductive_arity = Declarations.inductive_arity
Sourceval inductive_arity_of_sexp : Sexplib.Sexp.t -> inductive_arity
Sourceval sexp_of_inductive_arity : inductive_arity -> Sexplib.Sexp.t
Sourcetype one_inductive_body = Declarations.one_inductive_body
Sourceval one_inductive_body_of_sexp : Sexplib.Sexp.t -> one_inductive_body
Sourceval sexp_of_one_inductive_body : one_inductive_body -> Sexplib.Sexp.t
Sourcetype typing_flags = Declarations.typing_flags
Sourceval typing_flags_of_sexp : Sexplib.Sexp.t -> typing_flags
Sourceval sexp_of_typing_flags : typing_flags -> Sexplib.Sexp.t
Sourcetype inline = Declarations.inline
Sourceval sexp_of_inline : inline -> Sexplib.Sexp.t
Sourceval inline_of_sexp : Sexplib.Sexp.t -> inline
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 recursivity_kind_of_sexp : Sexplib.Sexp.t -> recursivity_kind
Sourceval sexp_of_recursivity_kind : recursivity_kind -> Sexplib.Sexp.t
Sourceval recursivity_kind_of_yojson : Yojson.Safe.t -> (recursivity_kind, string) Result.result
Sourceval recursivity_kind_to_yojson : recursivity_kind -> Yojson.Safe.t
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 'a module_alg_expr = 'a Declarations.module_alg_expr
Sourceval sexp_of_module_alg_expr : ('a -> Sexplib.Sexp.t) -> 'a module_alg_expr -> Sexplib.Sexp.t
Sourceval module_alg_expr_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a module_alg_expr
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.