settings-0.2.1.0: Runtime-editable program settings.

Safe HaskellSafe
LanguageHaskell2010

Data.Settings.Route

Synopsis

Documentation

parseRoute :: OptPath -> Maybe OptRoute Source

Split a path string into its components, if it's a valid path syntactically.

showRoute :: OptRoute -> OptPath Source

Create a string representation of a path, with the parts separated by periods.