shrun
Safe HaskellNone
LanguageGHC2021

Shrun.Configuration.Data.LegendKeysCache

Synopsis

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

Instances details
Bounded LegendKeysCache Source # 
Instance details

Defined in Shrun.Configuration.Data.LegendKeysCache

Enum LegendKeysCache Source # 
Instance details

Defined in Shrun.Configuration.Data.LegendKeysCache

Show LegendKeysCache Source # 
Instance details

Defined in Shrun.Configuration.Data.LegendKeysCache

Eq LegendKeysCache Source # 
Instance details

Defined in Shrun.Configuration.Data.LegendKeysCache

Pretty LegendKeysCache Source # 
Instance details

Defined in Shrun.Configuration.Data.LegendKeysCache

Default LegendKeysCache Source # 
Instance details

Defined in Shrun.Configuration.Data.LegendKeysCache

DecodeTOML LegendKeysCache Source # 
Instance details

Defined in Shrun.Configuration.Data.LegendKeysCache

lksMeta :: IsString a => (Bool, [a]) Source #

Available LegendKeysCache strings.