| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Yi.Config.Simple.Types
Description
exports from Yi.Config.Simple which are useful to "core yi" rather than just config files.
Synopsis
- newtype ConfigM a = ConfigM {
- runConfigM :: StateT Config IO a
- type Field a = Lens' Config a
- customVariable :: YiConfigVariable a => Field a
Documentation
The configuration monad. Run it with configMain.
Constructors
| ConfigM | |
Fields
| |