New posts in ghc

Functions don't just have types: They ARE Types. And Kinds. And Sorts. Help put a blown mind back together

Preferred method for viewing code generated by Template Haskell

What is the FlexibleContexts extension good for? Could you please explain it using a simple example?

Is it a good idea to compile a language to C?

How are lists implemented in Haskell (GHC)?

Good introductory text about GHC implementation?

How atomic are GHC's thunks?

Understanding STG

Curious about the HashTable performance issues

Mixing Erlang and Haskell

Data Constructor promotion in GHC-7.6

cmm call format for foreign primop (integer-gmp example)

Difference between print and putStrLn in Haskell

Should I use GHC Haskell extensions or not?

How to run a Haskell file in interpreted mode

Wrong IO actions order using putStr and getLine

How to read this GHC Core "proof"?

How can I uninstall a version of a Cabal package?

Orphaned instances in Haskell

Why does this Haskell code run slower with -O?