Difference between revisions of "GHC/Common Error Messages"

From HaskellWiki
< GHC
Jump to navigation Jump to search
(Sections -> subsections)
(Deleting page that hasn't been updated for over 10 years)
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 ==
 

Revision as of 14:49, 6 February 2021