package coq-core
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  The Coq Proof Assistant -- Core Binaries and Tools
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      coq-8.20.1.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=0cfaa70f569be9494d24c829e6555d46
    
    
  sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2
    
    
  doc/coq-core.pretyping/Retyping/index.html
Module RetypingSource
This family of functions assumes its constr argument is known to be well-typable. It does not type-check, just recompute the type without any costly verifications. On non well-typable terms, it either produces a wrong result or raise an anomaly. Use with care. It doesn't handle predicative universes too.
The "polyprop" optional argument is used by the extraction to disable "Prop-polymorphism", cf comment in inductive.ml
The "lax" optional argument provides a relaxed version of get_type_of that won't raise any anomaly but RetypeError instead
Source
val get_type_of : 
  ?polyprop:bool ->
  ?lax:bool ->
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  EConstr.typesSource
val get_type_of_constr : 
  ?polyprop:bool ->
  ?lax:bool ->
  Environ.env ->
  ?uctx:UState.t ->
  Constr.t ->
  Constr.typesNo-evar version of get_type_of
Source
val get_sort_of : 
  ?polyprop:bool ->
  Environ.env ->
  Evd.evar_map ->
  EConstr.types ->
  EConstr.ESorts.tSource
val get_sort_family_of : 
  ?polyprop:bool ->
  Environ.env ->
  Evd.evar_map ->
  EConstr.types ->
  Sorts.familySource
val get_judgment_of : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  EConstr.unsafe_judgmentMakes an unsafe judgment from a constr
Source
val type_of_global_reference_knowing_parameters : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  EConstr.constr array ->
  EConstr.typesSource
val type_of_global_reference_knowing_conclusion : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  EConstr.types ->
  Evd.evar_map * EConstr.typesSource
val sorts_of_context : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.rel_context ->
  EConstr.ESorts.t listSource
val expand_projection : 
  Environ.env ->
  Evd.evar_map ->
  Names.Projection.t ->
  EConstr.constr ->
  EConstr.constr list ->
  EConstr.constrSource
val reinterpret_get_type_of : 
  src:Names.Id.t ->
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  EConstr.types sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >