| Safe Haskell | None |
|---|---|
| Language | GHC2024 |
Settei.Key
Description
Documentation
A validated, hierarchical configuration key.
Why textual input could not be represented as a Key.
Constructors
| KeyIsEmpty | |
| KeySegmentIsEmpty | |
| KeySegmentContainsDot !Text |
Instances
| Generic KeyError Source # | |||||
Defined in Settei.Key Associated Types
| |||||
| Show KeyError Source # | |||||
| Eq KeyError Source # | |||||
| type Rep KeyError Source # | |||||
Defined in Settei.Key type Rep KeyError = D1 ('MetaData "KeyError" "Settei.Key" "settei-0.2.0.0-inplace" 'False) (C1 ('MetaCons "KeyIsEmpty" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "KeySegmentIsEmpty" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "KeySegmentContainsDot" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'SourceStrict 'DecidedStrict) (Rec0 Text)))) | |||||