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.3.9.0.tbz
sha256=8776582dddfe768623870cf540ff6ba1e96a44a36e85db18ab93d238d640f92a
sha512=2837889bf99bfe715bd0e752782211a76a14aac71ed37a4fb784f4f0abe338352c9c6d8caa37daf79c036997add1cb306c523f793625b38709f3b5e245380223
doc/coq-lsp.serlib/Serlib/Ser_entries/index.html
Module Serlib.Ser_entriesSource
Source
type universes_entry = Entries.universes_entry = | Monomorphic_entry| Polymorphic_entry of UVars.UContext.t
Source
val in_universes_entry_of_sexp :
'a. (Sexplib0.Sexp.t -> 'a) ->
Sexplib0.Sexp.t ->
'a in_universes_entrySource
val sexp_of_in_universes_entry :
'a. ('a -> Sexplib0.Sexp.t) ->
'a in_universes_entry ->
Sexplib0.Sexp.tSource
type one_inductive_entry = Entries.one_inductive_entry = {mind_entry_typename : Names.Id.t;mind_entry_arity : Constr.constr;mind_entry_consnames : Names.Id.t list;mind_entry_lc : Constr.constr list;
}Source
type definition_entry = Entries.definition_entry = {definition_entry_body : Constr.constr;definition_entry_secctx : Names.Id.Set.t option;definition_entry_type : Constr.types option;definition_entry_universes : universes_entry;definition_entry_inline_code : bool;
}Source
type section_def_entry = Entries.section_def_entry = {secdef_body : Constr.constr;secdef_type : Constr.types option;
}Source
type 'a opaque_entry = 'a Entries.opaque_entry = {opaque_entry_body : 'a;opaque_entry_secctx : Names.Id.Set.t;opaque_entry_type : Constr.types;opaque_entry_universes : universes_entry;
}Source
type parameter_entry = Entries.parameter_entry = {parameter_entry_secctx : Names.Id.Set.t option;parameter_entry_type : Constr.types;parameter_entry_universes : universes_entry;parameter_entry_inline_code : inline;
}Source
type primitive_entry = Entries.primitive_entry = {prim_entry_type : Constr.types in_universes_entry option;prim_entry_content : CPrimitives.op_or_type;
}Source
type symbol_entry = Entries.symbol_entry = {symb_entry_type : Constr.types;symb_entry_unfold_fix : bool;symb_entry_universes : universes_entry;
}Source
type constant_entry = Entries.constant_entry = | DefinitionEntry : definition_entry -> constant_entry| OpaqueEntry : unit opaque_entry -> constant_entry| ParameterEntry : parameter_entry -> constant_entry| PrimitiveEntry : primitive_entry -> constant_entry| SymbolEntry : symbol_entry -> constant_entry
Source
type module_struct_entry =
(Constr.constr * UVars.AbstractContext.t option) Declarations.module_alg_exprSource
type module_entry = Entries.module_entry = | MType of module_params_entry * module_struct_entry| MExpr of module_params_entry * module_struct_entry * module_struct_entry option
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>