keera-hails-mvc-solutions-config-0.8.0: Haskell on Gtk rails - Easy handling of configuration files
Copyright(C) Keera Studios Ltd 2013
LicenseBSD3
Maintainersupport@keera.co.uk
Safe HaskellNone
LanguageHaskell2010

Hails.MVC.Controller.Conditions.Config

Description

 
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 #