| Safe Haskell | None |
|---|---|
| Language | GHC2021 |
Shrun.Configuration.Data.LegendKeysCache
Synopsis
- data LegendKeysCache
- parseLegendKeysCache :: MonadFail m => m Text -> m LegendKeysCache
- lksMeta :: IsString a => (Bool, [a])
Documentation
data LegendKeysCache Source #
Determines how to handle the legend key cache.
Constructors
| LegendKeysAdd | New legend keys are added to the cache. |
| LegendKeysClear | The cache is deleted, if it exists. |
| LegendKeysOff | Do nothing. |
| LegendKeysWrite | New legend keys are written to the cache. Previous values are dropped. |
Instances
parseLegendKeysCache :: MonadFail m => m Text -> m LegendKeysCache Source #