ghci Command Examples

The Glasgow Haskell Compiler's interactive environment. More information: https://downloads.haskell.org/ghc/latest/docs/html/users_guide/ghci.html.

ghci

ghci {{source_file.hs}}

ghci -X{{language_option}}

ghci -W{{warning_level}}

ghci -i{{path/to/directory1:path/to/directory2:...}}