Jump to content

Supercombinator

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Khazar2 (talk | contribs) at 14:38, 6 September 2012 (clean up using AWB (8323)). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A supercombinator is a mathematical expression which is fully bound and self-contained. It may either be a constant or a combinator where all the subexpressions are supercombinators.

In mathematical terms, a lambda expression S is a supercombinator of arity n if it has no free variables and is of the form λx1.λx2...λxn.E (with n ≥ 0, so that lambdas are not required) such that E itself is not a lambda abstraction and any lambda abstraction in E is again a supercombinator.

See also

References

  • S. L. Peyton Jones, The Implementation of Functional Programming Languages. Prentice Hall, 1987.