fresh: Introduce fresh variables into Haskell source code

[ language, library, mit ] [ Propose Tags ]

This library provides functions for converting fresh variables of the form Ident "@foo" into concrete variables that are globally unique across an AST.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.1.1
Dependencies base (>=4 && <5), containers, haskell-src-exts, syb [details]
License MIT
Author David Lazar
Maintainer David Lazar <lazar6@illinois.edu>
Category Language
Home page https://github.com/davidlazar/fresh
Source repo head: git clone https://github.com/davidlazar/fresh
Uploaded by DavidLazar at 2012-01-03T03:56:04Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1857 total (8 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]

Readme for fresh-0.1.1

[back to package description]

About

This library provides functions for converting fresh variables of the form Ident "@foo" into concrete variables that are globally unique across an AST.

Contributing

This project is available on GitHub and Bitbucket. You may contribute changes using either.

Please report bugs and feature requests using the GitHub issue tracker.