Safe Haskell | None |
---|---|
Language | GHC2021 |
Synopsis
- data Toml = MkToml {
- coreConfig :: CoreConfigToml
- legend :: Maybe (List KeyVal)
Documentation
Holds toml config.
MkToml | |
|
Instances
Show Toml Source # | |
Eq Toml Source # | |
Default Toml Source # | |
Defined in Shrun.Configuration.Toml | |
DecodeTOML Toml Source # | |
Defined in Shrun.Configuration.Toml | |
(k ~ A_Lens, a ~ CoreConfigToml, b ~ CoreConfigToml) => LabelOptic "coreConfig" k Toml Toml a b Source # | |
Defined in Shrun.Configuration.Toml | |
(k ~ A_Lens, a ~ Maybe (List KeyVal), b ~ Maybe (List KeyVal)) => LabelOptic "legend" k Toml Toml a b Source # | |
Defined in Shrun.Configuration.Toml |