keera-hails-mvc-solutions-config-0.0.3.3: Haskell on Gtk rails - Easy handling of configuration files

Safe HaskellNone
LanguageHaskell98

Hails.MVC.Controller.Conditions.Config

Synopsis

Documentation

type ConfigIO e = (Maybe String -> e -> IO (), e -> IO String) Source

A config IO layer reads and writes an environment from a string. It's like a read/show combination for configuration files to and from Environments

defaultRead :: ConfigIO e -> String -> e -> IO () Source

defaultWrite :: ConfigIO e -> String -> e -> IO () Source