Module CClosure.RedFlags
The different kinds of reduction
val fBETA : red_kindval fDELTA : red_kindval fETA : red_kindThe fETA flag is never used by the kernel reduction but pretyping does
val fMATCH : red_kindThe fETA flag is never used by the kernel reduction but pretyping does
val fFIX : red_kindval fCOFIX : red_kindval fZETA : red_kindval fCONST : Names.Constant.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.