QuickAnnotate

Annotation Framework

http://code.haskell.org/QuickAnnotate/

Latest on Hackage:0.6

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed by Shayan Najd
Maintained by [email protected]

A framework introducing annotations by preprocessing. For using it, it is enough to derive QuickAnnotate.Annotatable and then use the preprocessor (qapp). The package contains an example demonstrating this procedure.