package coq-serapi
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Serialization library and protocol for machine interaction with the Coq proof assistant
Install
dune-project
Dependency
Authors
Maintainers
Sources
coq-serapi-8.15.0.0.15.1.tbz
sha256=31d1e4661f5b1b917d7004c749cc05eb73546d3190ac632faddc37348531a0a5
sha512=a9816915f9dc4051e76c5b0e615b27c1bb0a6a5ffd445af94ad2ed1582a0e704a7f49f69b6764fa92dbfa092aa8e41ee3151a1330b394eb0338c796d6460fa20
doc/coq-serapi.serlib/Serlib/Ser_entries/index.html
Module Serlib.Ser_entriesSource
Source
type universes_entry = Entries.universes_entry = | Monomorphic_entry| Polymorphic_entry of Univ.UContext.t
Source
val in_universes_entry_of_sexp :
'a. (Ppx_sexp_conv_lib.Sexp.t -> 'a) ->
Ppx_sexp_conv_lib.Sexp.t ->
'a in_universes_entrySource
val sexp_of_in_universes_entry :
'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) ->
'a in_universes_entry ->
Ppx_sexp_conv_lib.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
val proof_output_of_sexp :
'a. (Ppx_sexp_conv_lib.Sexp.t -> 'a) ->
Ppx_sexp_conv_lib.Sexp.t ->
'a proof_outputSource
val sexp_of_proof_output :
'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) ->
'a proof_output ->
Ppx_sexp_conv_lib.Sexp.tSource
type definition_entry = Entries.definition_entry = {const_entry_body : Constr.constr;const_entry_secctx : Names.Id.Set.t option;const_entry_type : Constr.types option;const_entry_universes : universes_entry;const_entry_inline_code : bool;
}Source
type section_def_entry = Entries.section_def_entry = {secdef_body : Constr.constr;secdef_secctx : Names.Id.Set.t option;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
val opaque_entry_of_sexp :
'a. (Ppx_sexp_conv_lib.Sexp.t -> 'a) ->
Ppx_sexp_conv_lib.Sexp.t ->
'a opaque_entrySource
val sexp_of_opaque_entry :
'a. ('a -> Ppx_sexp_conv_lib.Sexp.t) ->
'a opaque_entry ->
Ppx_sexp_conv_lib.Sexp.tSource
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 constant_entry = Entries.constant_entry = | DefinitionEntry : definition_entry -> constant_entry| ParameterEntry : parameter_entry -> constant_entry| PrimitiveEntry : primitive_entry -> constant_entry
Source
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)"
>