GHC 5.02
September 2001GHC 5.02Mailing list: GHC 5.02 releasedRelease notes for 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.


