| Copyright | (c) 2014 Aleksey Kliger |
|---|---|
| License | BSD3 (See LICENSE) |
| Maintainer | Aleksey Kliger |
| Stability | experimental |
| Safe Haskell | None |
| Language | Haskell2010 |
| Extensions | DeriveGeneric |
Unbound.Generics.LocallyNameless.Bind
Contents
Description
Name binding
A term of type is a term that binds the free variable occurrences of the variables in pattern Bind p tp in the term t. In the overall term, those variables are now bound. See also bind and unbind and lunbind
Constructors
| B p t |