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.tactics/Rewrite/index.html
Module RewriteSource
TODO: document and clean me!
Source
type ('constr, 'redexpr, 'id) strategy_ast = | StratId| StratFail| StratRefl| StratUnary of unary_strategy * ('constr, 'redexpr, 'id) strategy_ast| StratBinary of binary_strategy * ('constr, 'redexpr, 'id) strategy_ast * ('constr, 'redexpr, 'id) strategy_ast| StratNAry of nary_strategy * ('constr, 'redexpr, 'id) strategy_ast list| StratConstr of 'constr * bool| StratTerms of 'constr list| StratHints of bool * string| StratEval of 'redexpr| StratFold of 'constr| StratVar of 'id| StratFix of 'id * ('constr, 'redexpr, 'id) strategy_ast
Source
type rewrite_result_info = {rew_car : EConstr.constr;rew_from : EConstr.constr;rew_to : EConstr.constr;rew_prf : rewrite_proof;rew_evars : evars;
}Source
val strategy_of_ast : 
  (Glob_term.glob_constr * EConstr.constr Tactypes.delayed_open,
    Redexpr.red_expr Tactypes.delayed_open,
    Names.Id.t)
    strategy_ast ->
  strategySource
val map_strategy : 
  ('a -> 'b) ->
  ('c -> 'd) ->
  ('e -> 'f) ->
  ('a, 'c, 'e) strategy_ast ->
  ('b, 'd, 'f) strategy_astEntry point for user-level "rewrite_strat"
Source
val cl_rewrite_clause : 
  EConstr.t Tactypes.with_bindings Tactypes.delayed_open ->
  bool ->
  Locus.occurrences ->
  Names.Id.t option ->
  unit Proofview.tacticEntry point for user-level "setoid_rewrite"
Source
val is_applied_rewrite_relation : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.rel_context ->
  EConstr.constr ->
  EConstr.types optionSource
val get_reflexive_proof : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  EConstr.constr ->
  Evd.evar_map * EConstr.constrSource
val get_symmetric_proof : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  EConstr.constr ->
  Evd.evar_map * EConstr.constrSource
val get_transitive_proof : 
  Environ.env ->
  Evd.evar_map ->
  EConstr.constr ->
  EConstr.constr ->
  Evd.evar_map * EConstr.constrSource
val apply_strategy : 
  strategy ->
  Environ.env ->
  Names.Id.Set.t ->
  EConstr.constr ->
  (bool * EConstr.constr) ->
  evars ->
  rewrite_result sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >