bound-gen: Unwrap Scope's with globally fresh values

[ compilers-interpreters, library, mit ] [ Propose Tags ]

It's quite common when working with bound to need to unwrap a Scope. In order to ensure that this can be done safely, without shadowing any existing free variables, bound-gen glues monad-gen's fresh value monad into bound.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies base (>=4.8 && <5), bound, monad-gen (>=0.3), mtl (>=2) [details]
License MIT
Author Danny Gratzer
Maintainer jozefg@cmu.edu
Category Compilers/Interpreters
Source repo head: git clone http://github.com/jozefg/bound-gen
Uploaded by jozefg at 2015-03-27T14:00:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2486 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2015-09-28 [all 4 reports]

Readme for bound-gen-0.1.0.2

[back to package description]

bound-gen

A small library intended to make bound easier to use with monad-gen. This simplifies the process of using bound to do nontrivial work under binders by providing a way to unwrap a Scope with a globally unique free variable.