Module RedFlags
Delta 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_kind
val fDELTA : red_kind
val fMATCH : red_kind
val fFIX : red_kind
val fCOFIX : red_kind
val fZETA : red_kind
val fCONST : Names.Constant.t -> red_kind
val fVAR : Names.Id.t -> red_kind
val no_red : reds
No reduction at all
val red_add_transparent : reds -> TransparentState.t -> reds
Adds a reduction kind to a set
val red_transparent : reds -> TransparentState.t
Retrieve the transparent state of the reduction flags
val red_projection : reds -> Names.Projection.t -> bool
This tests if the projection is in unfolded state already or is unfodable due to delta.