Safe Haskell | None |
---|---|
Language | Haskell2010 |
Contents:
- Ask
- Asking the user for input in a principled way. Reading, parsing errors, predicate checks are all handled.
- Command
- The main module of the package. Functions for creating commands, which can receive and ask for arguments. Commands are composable and can be built into a REPL.
- Config
- Read configuration files in various formats.