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

[Last Documentation]

  • Bound
    • Bound.Unwrap

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.0 && <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-27T13:16:22Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2487 total (15 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-10 [all 7 reports]

Readme for bound-gen-0.1.0.0

[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.