Description
Provides a Haskeline wrapper for building GHCi-like REPL interfaces. It helps applications offer interactive command prompts with line editing, completion, and command evaluation loops.
It is useful for interpreters, shells, teaching tools, debuggers, and developer consoles written in Haskell. It is a library used to build a REPL, not a complete REPL application by itself.