October 16, 2007

Algebraic rules for GHC

As I'm still experimenting with Haskell, I'm not into Haskell code optimization yet.

Anyhow, I think the intermediate ghc user might find the following document interesting:

Playing by the rules

It sort of explains how to get advantage of the equational-like form of Haskell programs to teach ghc simple rules to optimize an Haskell program.

0 comments: