-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

ghc


> The Glasgow Haskell Compiler.

> Compiles and links Haskell source files.

More information.


Find and compile all modules in the current directory:

ghc Main

Compile a single file:

ghc {file.hs}

Compile using extra optimization:

ghc -O {file.hs}

Stop compilation after generating object files (.o):

ghc -c {file.hs}

Start a REPL (interactive shell):

ghci

Evaluate a single expression:

ghc -e {expression}


> 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 08:32:04 2024