package coq-core
 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.19.2.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=5d1187d5e44ed0163f76fb12dabf012e
    
    
  sha512=91bc81530fa4f6498961583ad51eac5001f139881788b88e360a866ad8e2a6e2c5bce86d1a580ab4cd4782bf49d48318767df82471ce33ba3ac143e5569ad33c
    
    
  doc/coq-core.vernac/ComDefinition/index.html
Module ComDefinitionSource
Definitions/Let
Source
val interp_definition : 
  program_mode:bool ->
  Environ.env ->
  Evd.evar_map ->
  Constrintern.internalization_env ->
  Constrexpr.local_binder_expr list ->
  Redexpr.red_expr option ->
  Constrexpr.constr_expr ->
  Constrexpr.constr_expr option ->
  Evd.evar_map * (EConstr.t * EConstr.t option) * Impargs.manual_implicitsSource
val do_definition : 
  ?hook:Declare.Hook.t ->
  name:Names.Id.t ->
  ?scope:Locality.definition_scope ->
  ?clearbody:bool ->
  poly:bool ->
  ?typing_flags:Declarations.typing_flags ->
  kind:Decls.definition_object_kind ->
  ?using:Vernacexpr.section_subset_expr ->
  ?deprecation:Deprecation.t ->
  Constrexpr.universe_decl_expr option ->
  Constrexpr.local_binder_expr list ->
  Redexpr.red_expr option ->
  Constrexpr.constr_expr ->
  Constrexpr.constr_expr option ->
  unitSource
val do_definition_program : 
  ?hook:Declare.Hook.t ->
  pm:Declare.OblState.t ->
  name:Names.Id.t ->
  scope:Locality.definition_scope ->
  ?clearbody:bool ->
  poly:bool ->
  ?typing_flags:Declarations.typing_flags ->
  kind:Decls.logical_kind ->
  ?using:Vernacexpr.section_subset_expr ->
  ?deprecation:Deprecation.t ->
  Constrexpr.universe_decl_expr option ->
  Constrexpr.local_binder_expr list ->
  Redexpr.red_expr option ->
  Constrexpr.constr_expr ->
  Constrexpr.constr_expr option ->
  Declare.OblState.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  On This Page