ghc

The Glasgow Haskell Compiler. Compiles and links Haskell source files. More information: https://downloads.haskell.org/ghc/latest/docs/users_guide/usage.html.

ghc Main

ghc {{path/to/file.hs}}

ghc -O {{path/to/file.hs}}

ghc -c {{path/to/file.hs}}

ghci

ghc -e {{expression}}