⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

{{implementation|Haskell}}The '''Glasgow Haskell Compiler''' (or '''GHC''') is a compiler for the functional programming language [[Haskell]]. GHC includes an interactive environment for Haskell, known as GHCi.

It is also the de-facto testbed for new features, with useful ones eventually being adopted into the language standard.