@hackage unroll-ghc-plugin0.1.1

Compiler plugin for loop unrolling

This plugin gives an example of defining a compiler plugin for GHC. It unrolls/peels loops loops that are properly annoted. See the included tests for examples.