GHC/Common Error Messages

From HaskellWiki
< GHC
Revision as of 15:04, 4 December 2007 by MichalPalka (talk | contribs) (Started page for explaining error messages of GHC)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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