strict-ghc-plugin: Compiler plugin for making Haskell strict
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.)
[Skip to Readme]
Downloads
- strict-ghc-plugin-0.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.1 |
---|---|
Dependencies | base (<5), ghc (>=7.4), syb [details] |
Tested with | ghc ==7.4.1 |
License | BSD-3-Clause |
Copyright | Copyright (c) the GHC authors |
Author | The GHC authors |
Maintainer | Austin Seipp <mad.one@gmail.com> |
Category | Compiler Plugin |
Home page | http://thoughtpolice.github.com/strict-ghc-plugin |
Bug tracker | http://github.com/thoughtpolice/strict-ghc-plugin/issues |
Source repo | head: git clone https://github.com/thoughtpolice/strict-ghc-plugin.git |
Uploaded | by AustinSeipp at 2012-08-08T01:41:30Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 1256 total (5 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |