RedFlagsDelta implies all consts (both global (= by kernel_name) and local (= by Rel or Var)), all evars, and letin's. Rem: reduction of a Rel/Var bound to a term is Delta, but reduction of a LetIn expression is Letin reduction
val fBETA : red_kindval fDELTA : red_kindval fMATCH : red_kindval fFIX : red_kindval fCOFIX : red_kindval fZETA : red_kindval fCONST : Names.Constant.t -> red_kindval fPROJ : Names.Projection.Repr.t -> red_kindval fVAR : Names.Id.t -> red_kindval no_red : redsNo reduction at all
val red_add_transparent : reds -> TransparentState.t -> redsAdds a reduction kind to a set
val red_transparent : reds -> TransparentState.tRetrieve the transparent state of the reduction flags
val red_projection : reds -> Names.Projection.t -> boolThis tests if the projection is in unfolded state already or is unfodable due to delta.
val all : redsval allnolet : redsval beta : redsval betadeltazeta : redsval betaiota : redsval betaiotazeta : redsval betazeta : redsval delta : redsval zeta : redsval nored : reds