ghci
Verified for current stable LTS
Ghci Commands
Ghci command syntax with verified terminal examples.
Commands
7 commands for Ghci
ghci Archive
Ghci Command: Start Repl
ghci ghci Archive
Ghci Command: Start Repl Enable Compiler Warnings
ghci -W<warning_level> ghci Archive
Ghci Command: Start Repl Enable Language Option
ghci -X<language_option> ghci Archive
Ghci Command: Start Repl Enable Warnings
ghci -W<warning_level> ghci Archive
Ghci Command: Start Repl Load File
ghci <source_file.hs> ghci Archive
Ghci Command: Start Repl Set Import Directories
ghci -i{path/to/directory1:path/to/directory2:...} ghci Archive
Ghci Command: Start Repl Set Import Paths
ghci -i{path/to/directory1:path/to/directory2:...} Suggest a Ghci Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Ghci workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.