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/Genredexpr/index.html
Module Genredexpr
Reduction expressions
The parsing produces initially a list of red_atom
This list of atoms is immediately converted to a glob_red_flag
type 'a glob_red_flag = {- rStrength : strength;
- rBeta : bool;
- rMatch : bool;
- rFix : bool;
- rCofix : bool;
- rZeta : bool;
- rDelta : bool;(*- true = delta all but rConst; false = delta only on rConst *)
- rConst : 'a list;
}Generic kinds of reductions
type ('b, 'c, 'occvar) red_context =
  ('occvar Locus.occurrences_gen * ('b, 'c) Util.union) optiontype ('a, 'b, 'c, 'occvar, 'flags) red_expr_gen0 = - | Red
- | Hnf
- | Simpl of 'flags * ('b, 'c, 'occvar) red_context
- | Cbv of 'flags
- | Cbn of 'flags
- | Lazy of 'flags
- | Unfold of ('occvar Locus.occurrences_gen * 'b) list
- | Fold of 'a list
- | Pattern of ('occvar Locus.occurrences_gen * 'a) list
- | ExtraRedExpr of string
- | CbvVm of ('b, 'c, 'occvar) red_context
- | CbvNative of ('b, 'c, 'occvar) red_context
type ('a, 'b, 'c, 'occvar) red_expr_gen =
  ('a, 'b, 'c, 'occvar, 'b glob_red_flag) red_expr_gen0type ('a, 'b, 'c, 'occvar) may_eval = - | ConstrTerm of 'a
- | ConstrEval of ('a, 'b, 'c, 'occvar) red_expr_gen * 'a
- | ConstrContext of Names.lident * 'a
- | ConstrTypeOf of 'a
type r_trm = Constrexpr.constr_exprtype r_pat = Constrexpr.constr_pattern_exprtype r_cst = Libnames.qualid Constrexpr.or_by_notationtype raw_red_expr = (r_trm, r_cst, r_pat, int Locus.or_var) red_expr_gentype 'a and_short_name = 'a * Names.lident optiontype g_trm = Genintern.glob_constr_and_exprtype g_pat = Genintern.glob_constr_pattern_and_exprtype g_cst = Evaluable.t and_short_name Locus.or_vartype glob_red_expr = (g_trm, g_cst, g_trm, int Locus.or_var) red_expr_gen sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >