Description
Unwrap Scope's with globally fresh values.
Description
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
.
README.md