@hackage unbound0.5.1.1
Generic support for programming with names and binders
Categories
License
BSD-3-Clause
Maintainer
Stephanie Weirich <sweirich@cis.upenn.edu>
Links
Versions
Installation
Tested Compilers
Dependencies (7)
- base >=4.3 && <5
- binary >=0.7 && <0.9
- containers >=0.3 && <0.6
- mtl >=2.0 && <2.3
- transformers >=0.2.2.0 && <0.6
- RepLib >=0.5.3 && <0.6 Show all…
Dependents (5)
@hackage/clash-lib, @hackage/acme-everything, @hackage/clash-ghc, @hackage/tal, @hackage/mprover
-- -- 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).