Copyright | (c) 2019 Lucas David Traverso |
---|---|
License | MPL-2.0 |
Maintainer | Lucas David Traverso <lucas6246@gmail.com> |
Stability | stable |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Conferer.Source.Null
Description
Do nothing source
Synopsis
- data NullSource = NullSource
- fromConfig :: SourceCreator
- empty :: Source
Documentation
data NullSource Source #
Stub source that has no keys
Constructors
NullSource |
Instances
Eq NullSource Source # | |
Defined in Conferer.Source.Null | |
Show NullSource Source # | |
Defined in Conferer.Source.Null Methods showsPrec :: Int -> NullSource -> ShowS # show :: NullSource -> String # showList :: [NullSource] -> ShowS # | |
IsSource NullSource Source # | |
Defined in Conferer.Source.Null Methods getKeyInSource :: NullSource -> Key -> IO (Maybe Text) Source # getSubkeysInSource :: NullSource -> Key -> IO [Key] Source # |
fromConfig :: SourceCreator Source #
Create SourceCreator