úÎYt      Safe-Inferred yA union of different feature providers which maintains a currently active provider and facilities for changing providers.VUse this when you don't need to disable a feature, just to replace the implementation.DA simple toggle for selectively enabling or disabling functionality. Enable a feature. Disable a feature. 5Flip a toggle from enabled to disabled or vice versa. FSwitch on values depending on whether a toggle is enabled or disabled. =Execute an action only when the specified feature is enabled.>Execute an action only when the specified feature is disabled.©Replace the current feature provider with another provider. Returns Left if the default provider is used due to a failed lookup. Returns Right if the lookup succeeded.VUse "default" as the lookup value if you want to explicitly load the default provider.4Apply a function that takes a feature provided by a FeatureProvider.          feature-flags-0.1.0.1Control.FeatureFlagFeatureProviderenabledProviderenabledProviderNameavailableProvidersdefaultProvider FeatureToggleDisabledEnabledenabledisabletoggle withToggle whenEnabled whenDisableduse withProvider