coq-core.kernel
CClosure.RedFlags
Sets of reduction kinds.
btauto_plugin
cc_plugin
coq-core.boot
coq-core.clib
coq-core.config
coq-core.coqworkmgrapi
coq-core.engine
coq-core.gramlib
coq-core.interp
coq-core.lib
coq-core.library
coq-core.parsing
coq-core.plugins
coq-core.pretyping
coq-core.printing
coq-core.proofs
coq-core.stm
coq-core.sysinit
coq-core.tactics
coq-core.top_printers
coq-core.toplevel
coq-core.vernac
coq-core.vm
derive_plugin
extraction_plugin
firstorder_plugin
funind_plugin
ltac2_plugin
ltac_plugin
micromega_plugin
nsatz_plugin
number_string_notation_plugin
ring_plugin
rtauto_plugin
ssreflect_plugin
ssrmatching_plugin
tauto_plugin
tuto0_plugin
tuto1_plugin
tuto2_plugin
tuto3_plugin
zify_plugin
type reds
type red_kind
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 : reds -> red_kind -> reds
Adds a reduction kind to a set
val red_sub : reds -> red_kind -> reds
Removes a reduction kind to a set
val red_add_transparent : reds -> TransparentState.t -> reds
val red_transparent : reds -> TransparentState.t
Retrieve the transparent state of the reduction flags
val mkflags : red_kind list -> reds
Build a reduction set from scratch = iter red_add on no_red
red_add
no_red
val red_set : reds -> red_kind -> bool
Tests if a reduction kind is set
val red_projection : reds -> Names.Projection.t -> bool
This tests if the projection is in unfolded state already or is unfodable due to delta.