Description
Provides a high-level generic library for interrogative user interfaces in Haskell. These interfaces ask users questions step by step and collect answers into structured values.
It is useful for installers, setup flows, command-line wizards, configuration tools, and interactive prompts. Good applications should keep questions short, validate answers clearly, and offer sensible defaults where possible.