Skip to content
This repository has been archived by the owner on Sep 22, 2019. It is now read-only.

thoughtpolice/strict-ghc-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHC plugin for making functions 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.)

travis-ci.org results: Build Status

Homepage.

Installation

Install the latest version of the plugin from Hackage (requires GHC 7.4.1):

$ cabal install strict-ghc-plugin

Join in

File bugs in the GitHub issue tracker.

Master git repository:

  • git clone https://github.com/thoughtpolice/strict-ghc-plugin.git

There's also a BitBucket mirror:

  • git clone https://bitbucket.org/thoughtpolice/strict-ghc-plugin.git

Authors

See AUTHORS.txt.

License

BSD3. See LICENSE.txt for terms of copyright and redistribution.

About

A plugin for GHC to turn Haskell into a strict language

Resources

License

Stars

Watchers

Forks

Packages

No packages published