| Copyright | © 2015–2018 Stack Builders Inc. |
|---|---|
| License | MIT |
| Maintainer | Stack Builders <hackage@stackbuilders.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Configuration.Dotenv.Scheme.Types
Description
Types for loadSafeFile (e. g., ValidatorMap)
Documentation
type ValidatorMap = Map Text (Text -> Bool) Source #
Parameters:
- Key: Name of the format to check.
- Value: Function to check if some text meets the condition.
defaultValidatorMap :: ValidatorMap Source #
Default configuration for loadSafeFile. It currently checks:
bool, integer, and text.