Copyright | (c) 2014 Aleksey Kliger |
---|---|
License | BSD3 (See LICENSE) |
Maintainer | Aleksey Kliger |
Stability | experimental |
Safe Haskell | None |
Language | Haskell2010 |
The purpose of unbound-genrics
is to simplify the construction of
data structures with rich variable binding structure by providing
generic implementations of alpha-equivalence (aeq
), free variable
permutation (swaps
), local and global variable freshness
(lfresh
, fresh
),
See Alpha
, Bind
, Unbound.Generics.LocallyNameless.Operations for more information.