unbound: Generic support for programming with names and binders

[ bsd3, compilers-interpreters, generics, language, library ] [ Propose Tags ]

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]

Downloads

Maintainer's Corner

Package maintainers

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), containers (>=0.3 && <0.5), mtl (>=2.0 && <2.1), RepLib (>=0.5.1 && <0.6), transformers (>=0.2.2.0 && <0.2.3) [details]
License BSD-3-Clause
Author Stephanie Weirich
Maintainer Brent Yorgey <byorgey@cis.upenn.edu> Stephanie Weirich <sweirich@cis.upenn.edu>
Category Language, Generics, Compilers/Interpreters
Home page http://code.google.com/p/replib/
Source repo head: svn checkout https://replib.googlecode.com/svn/trunk/
Uploaded by BrentYorgey at 2011-08-25T17:14:31Z
Distributions
Reverse Dependencies 3 direct, 9 indirect [details]
Downloads 16053 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for unbound-0.3.1

[back to package description]
-----------------------------------------------------------------------------
-- 
-- Copyright   :  (c) 2010-2011, 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 (requires GHC 7), just 

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