Difference between revisions of "GHC/Common Error Messages"

From HaskellWiki
< GHC
Jump to navigation Jump to search
(Started page for explaining error messages of GHC)
 
(Sections -> subsections)
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.
 
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 =
+
== Compile errors ==
   
== Type errors ==
+
=== Type errors ===
 
''Remark that [[GHC]]'s type errors are not always in the right places should go here''
 
''Remark that [[GHC]]'s type errors are not always in the right places should go here''
   
=== Couldn't match type ===
+
==== Couldn't match type ====
   
=== Infinite type ===
+
==== Infinite type ====
   
== Parse errors ==
+
=== Parse errors ===
   
== Other errors ==
+
=== Other errors ===
   
= Runtime errors =
+
== Runtime errors ==

Revision as of 13:41, 5 December 2007

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