GHC/Common Error Messages

From HaskellWiki
< GHC
Revision as of 15:19, 6 February 2021 by Gwern (talk | contribs) (Reverted edits by Tomjaguarpaw (talk) to last revision by MichalPalka)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This page is meant to explain typical causes of some error messages generated by the GHC during compilation and runtime. The page should explain basic errors in terms understandable for real newbies.

Compile errors

Type errors

Remark that GHC's type errors are not always in the right places should go here

Couldn't match type

Infinite type

Parse errors

Other errors

Runtime errors