Difference between revisions of "GHC/Common Error Messages"

From HaskellWiki
< GHC
Jump to navigation Jump to search
(Deleting page that hasn't been updated for over 10 years)
m (Reverted edits by Tomjaguarpaw (talk) to last revision by MichalPalka)
 
Line 1: Line 1:
  +
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 ==

Latest revision as of 15:19, 6 February 2021

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