package coq-core
The Coq Proof Assistant -- Core Binaries and Tools
Install
Dune Dependency
Authors
Maintainers
Sources
coq-8.18.0.tar.gz
md5=8d852367b54f095d9fbabd000304d450
sha512=46922d5f2eb6802a148a52fd3e7f0be8370c93e7bc33cee05cf4a2044290845b10ccddbaa306f29c808e7c5019700763e37e45ff6deb507b874a4348010fed50
doc/coq-core.vernac/Prettyp/index.html
Module Prettyp
Source
A Pretty-Printer for the Calculus of Inductive Constructions.
Source
val print_context :
Environ.env ->
Evd.evar_map ->
bool ->
int option ->
'a Lib.library_segment ->
Pp.t
Source
val print_library_leaf :
Environ.env ->
Evd.evar_map ->
bool ->
Names.ModPath.t ->
Libobject.t ->
Pp.t option
Source
val print_name :
Environ.env ->
Evd.evar_map ->
Libnames.qualid Constrexpr.or_by_notation ->
UnivNames.univ_name_list option ->
Pp.t
Source
val print_notation :
Environ.env ->
Evd.evar_map ->
Constrexpr.notation_entry ->
string ->
Pp.t
Source
val print_about :
Environ.env ->
Evd.evar_map ->
Libnames.qualid Constrexpr.or_by_notation ->
UnivNames.univ_name_list option ->
Pp.t
Locate
Source
type 'a locatable_info = {
locate : Libnames.qualid -> 'a option;
(*Locate the most precise object with the provided name if any.
*)locate_all : Libnames.qualid -> 'a list;
(*Locate all objects whose name is a suffix of the provided name
*)shortest_qualid : 'a -> Libnames.qualid;
(*Return the shortest name in the current context
*)name : 'a -> Pp.t;
(*Data as printed by the Locate command
*)print : 'a -> Pp.t;
(*Data as printed by the Print command
*)about : 'a -> Pp.t;
(*Data as printed by the About command
*)
}
Generic data structure representing locatable objects.
Define a new type of locatable objects that can be reached via the corresponding generic vernacular commands. The string should be a unique name describing the kind of objects considered and that is added as a grammar command prefix for vernacular commands Locate.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page