Description
Provides a portable line-editing library as an alternative to GNU Readline. It helps command-line programs offer interactive input with editing, history, and completion-style behavior.
This is useful for developers building Haskell REPLs, shells, prompts, or terminal tools. It is a library used by those programs, not a standalone terminal application.