CClosure.RedFlagsSets of reduction kinds.
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 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.