package coq-core
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
On This Page
  
  
  The Coq Proof Assistant -- Core Binaries and Tools
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      coq-8.17.1.tar.gz
    
    
        
    
  
  
  
    
  
        sha512=9a35311acec2a806730b94ac7dceabc88837f235c52a14c026827d9b89433bd7fa9555a9fc6829aa49edfedb24c8bbaf1411ebf463b74a50aeb17cba47745b6b
    
    
  doc/coq-core.vernac/Prettyp/index.html
Module PrettypSource
A Pretty-Printer for the Calculus of Inductive Constructions.
Source
val print_context : 
  Environ.env ->
  Evd.evar_map ->
  bool ->
  int option ->
  Lib.library_segment ->
  Pp.tSource
val print_library_leaf : 
  Environ.env ->
  Evd.evar_map ->
  bool ->
  Names.ModPath.t ->
  Libobject.t ->
  Pp.t optionSource
val print_eval : 
  Reductionops.reduction_function ->
  Environ.env ->
  Evd.evar_map ->
  Constrexpr.constr_expr ->
  EConstr.unsafe_judgment ->
  Pp.tSource
val print_name : 
  Environ.env ->
  Evd.evar_map ->
  Libnames.qualid Constrexpr.or_by_notation ->
  UnivNames.univ_name_list option ->
  Pp.tSource
val print_notation : 
  Environ.env ->
  Evd.evar_map ->
  Constrexpr.notation_entry ->
  string ->
  Pp.tSource
val print_about : 
  Environ.env ->
  Evd.evar_map ->
  Libnames.qualid Constrexpr.or_by_notation ->
  UnivNames.univ_name_list option ->
  Pp.tLocate
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.
Source
type object_pr = {- print_inductive : Names.MutInd.t -> UnivNames.univ_name_list option -> Pp.t;
- print_constant_with_infos : Names.Constant.t -> UnivNames.univ_name_list option -> Pp.t;
- print_section_variable : Environ.env -> Evd.evar_map -> Names.variable -> Pp.t;
- print_abbreviation : Environ.env -> Globnames.abbreviation -> Pp.t;
- print_module : Names.ModPath.t -> Pp.t;
- print_modtype : Names.ModPath.t -> Pp.t;
- print_named_decl : Environ.env -> Evd.evar_map -> Constr.named_declaration -> Pp.t;
- print_library_leaf : Environ.env -> Evd.evar_map -> bool -> Names.ModPath.t -> Libobject.t -> Pp.t option;
- print_context : Environ.env -> Evd.evar_map -> bool -> int option -> Lib.library_segment -> Pp.t;
- print_typed_value_in_env : Environ.env -> Evd.evar_map -> (EConstr.constr * EConstr.types) -> Pp.t;
- print_eval : Reductionops.reduction_function -> Environ.env -> Evd.evar_map -> Constrexpr.constr_expr -> EConstr.unsafe_judgment -> Pp.t;
} sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page