-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

ghci


> The Glasgow Haskell Compiler's interactive environment.

More information.


Start a REPL (interactive shell):

ghci

Start a REPL and load the specified Haskell source file:

ghci {source_file.hs}

Start a REPL and enable a language option:

ghci -X{language_option}

Start a REPL and enable some level of compiler warnings (e.g. `all` or `compact`):

ghci -W{warning_level}

Start a REPL with a colon-separated list of directories for finding source files:

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


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 05:08:42 2024