Safe Haskell | None |
---|---|
Language | Haskell2010 |
Rob.Config
- configFileName :: String
- configFilePath :: IO FilePath
- write :: Config -> IO Config
- get :: IO Config
- errorNoTemplatesAvailable :: IO ()
- addTemplate :: Config -> String -> String -> IO Config
- deleteTemplate :: Config -> String -> IO Config
Documentation
configFileName :: String Source #
Get the config file name
configFilePath :: IO FilePath Source #
Get the whole path to the config file
Get the current Config file Data | If it doesn't exist it will create a new one
errorNoTemplatesAvailable :: IO () Source #
Dispatch the no templates available error