GHC 5.02

Introduced the GHCRTS environment variable.

Added the -fno-code flag, used to only run the typechecker without actually compiling the code.

Allowed defining datatypes with no constructors. This makes it possible to define the Void type.Current API documentation for Void However, Void did not appear in the base library until GHC 7.10.1 much later.

Join Type Classes for courses and projects to get you started and make you an expert in FP with Haskell.