def
definition
default
show as:
view math explainer →
open explainer
Read the cached plain-language explainer.
open lean source
IndisputableMonolith.Config.Flags on GitHub at line 21.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
-
phi_cubed_in_theta_band -
default -
Flags -
EmpiricalAnchors -
AczelRegularityKernel -
defect_eq_ortho_of_subspace_case -
gcic_existence_of_global_phase -
canonicalEuclideanEnrichment -
defaultEuclideanInterior -
FlatInteriorLedger -
foldl_add_eq_sum -
acceptable_all_mono -
f_residue -
mixingFromCycles -
RSBridge -
substrate_ok -
enumOfCountable -
flags -
MassGap -
OSPositivity_default
formal source
18deriving Repr, DecidableEq
19
20/-- Global default flags. Projects may override via their own module. -/
21def default : Flags := {}
22
23end Config
24end IndisputableMonolith