repl-toolkit-1.1.0.0: Toolkit for quickly whipping up config files and command-line interfaces.

Safe HaskellNone
LanguageHaskell2010

System.REPL

Description

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.

Documentation