GHCi is the interactive environment (REPL) for the Glasgow Haskell Compiler.
GHCi is the interactive environment (REPL) for the Glasgow Haskell Compiler and GHCi is one of the main tools used to develope, test and debug Haskell.
Typically, ghci-tag is associated with questions
- different use cases of ghci, how it works
- ghci environment settings, tuning
- customization of ghci environment, scripting
- how ghci can be used with other tools
- development of the ghci
There is Haskell-wiki that describes the basic use and customization of GHCi.