ghci
Verified for current stable LTS
Ghci Command: Start Repl
Use for start repl with Ghci. Exact CLI syntax to start repl using Ghci.
When to use this: Use for start repl with Ghci.
Command Syntax
ghci ghci Command Breakdown
ghci is the base executable for this command.
FAQ
Purpose: Exact syntax to start repl using Ghci.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Ghci Command: Start Repl Enable Compiler Warnings
ghci -W<warning_level> Ghci Command: Start Repl Enable Language Option ghci -X<language_option> Ghci Command: Start Repl Enable Warnings ghci -W<warning_level> Ghci Command: Start Repl Load File ghci <source_file.hs> Ghci Command: Start Repl Set Import Directories ghci -i{path/to/directory1:path/to/directory2:...}