A Haskell Implementation Reading List

A reading list for those interested in the implementation internals of Haskell
compilers. The GHC Reading list is more
exhaustive
, these are simply
the papers I think give a good high-level overview of the topics.

Typeclass Inference

Typeclass Elaboration

Rank-N Types

Core

STG

Cmm

Compilation

Operational Details and Implementation

Transformations

Garbage Collection

A copy of all of the PDF papers is available in this Git repo.