haskell-ghc-reading-guide icon indicating copy to clipboard operation
haskell-ghc-reading-guide copied to clipboard

Haskell GHC reading guide

GHC Reading Guide

This is a reading guide to the GHC (Glasgow Haskell Compiler) souce code.

Here is haskell_ghc_reading_guide.pdf.

Contents

  • Introduction

  • Compiler

    • Compilation pipeline
    • Each pipeline stages
    • Intermediate language syntax
    • Call graph
  • (Runtime system)

  • (Libraries)

  • Appendix

  • References