@hackage unroll-ghc-plugin0.1

Compiler plugin for loop unrolling

This plugin gives an example of defining a compiler plugin for GHC. You mark functions with the Strictify annotation and GHC makes the function strict (by recursively expanding non-recursive let bindings into case bindings.)