| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 22:30:30 GMT
X-Served-By: cache-dfw-kdfw8210094-DFW, cache-bom-vanm7210076-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768689030.935307,VS0,VE298
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
unbound: Generic support for programming with names and binders
[Skip to Readme]
unbound: Generic support for programming with names and binders
[ bsd3, compilers-interpreters, generics, language, library ]
[ Propose Tags ]
[ Report a vulnerability ]
Specify the binding structure of your data type with an expressive set of type combinators, and Unbound handles the rest! Automatically derives alpha-equivalence, free variable calculation, capture-avoiding substitution, and more. See Unbound.LocallyNameless to get started.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Downloads
- unbound-0.5.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.2, 0.2.1, 0.2.2, 0.2.3, 0.2.4, 0.2.5, 0.3, 0.3.1, 0.4, 0.4.0.1, 0.4.0.2, 0.4.1, 0.4.1.1, 0.4.2, 0.4.3, 0.4.3.1, 0.4.4, 0.5.0, 0.5.1, 0.5.1.1 |
|---|---|
| Change log | CHANGES |
| Dependencies | base (>=4.3 && <5), binary (>=0.7 && <0.9), containers (>=0.3 && <0.6), mtl (>=2.0 && <2.3), RepLib (>=0.5.3 && <0.6), semigroups (>=0.18 && <0.19), transformers (>=0.2.2.0 && <0.6) [details] |
| Tested with | ghc ==7.0.4, ghc ==7.2.1, ghc ==7.4.1, ghc ==7.6.3, ghc ==7.8.3, ghc ==7.10, ghc ==8.0.1, ghc ==8.2.2, ghc ==8.4.3, ghc ==8.6.1 |
| License | BSD-3-Clause |
| Author | Stephanie Weirich, Brent Yorgey |
| Maintainer | Stephanie Weirich <sweirich@cis.upenn.edu> |
| Uploaded | by sweirich at 2018-10-15T09:58:00Z |
| Category | Language, Generics, Compilers/Interpreters |
| Home page | https://github.com/sweirich/replib |
| Source repo | head: git clone https://github.com/sweirich/replib |
| Distributions | |
| Reverse Dependencies | 3 direct, 9 indirect [details] |
| Downloads | 16846 total (110 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating |
|
| Status | Docs available [build log] Last success reported on 2018-10-15 [all 1 reports] |
Readme for unbound-0.5.1.1
[back to package description]----------------------------------------------------------------------------- -- -- Copyright : (c) 2010-2015, Unbound team (see LICENSE) -- License : BSD3 -- -- Maintainer : sweirich@cis.upenn.edu, byorgey@cis.upenn.edu -- Stability : experimental -- Portability : non-portable -- ----------------------------------------------------------------------------- Specify the binding structure of your data type with an expressive set of type combinators, and Unbound handles the rest! Automatically derives alpha-equivalence, free variable calculation, capture-avoiding substitution, and more. To install: cabal install unbound To get started using the library, see the tutorial in the tutorial/ directory and the extensive Haddock documentation (start with the Unbound.LocallyNameless module).