Supercombinator: Difference between revisions

Content deleted Content added
reworded point iii
format tidy
Line 5:
:A supercombinator, $S of arity n is a [[lambda]] expression of the form
:&lambda;x<sub>1</sub>.&lambda;x<sub>2</sub>...&lambda;x<sub>n</sub>.E
:where ''E'' is not a lambda abstraction, such that:
:i)# $''S'' has no free variables.
:ii)# any lambda abstraction in ''E'' is a supercombinator.
:iii)# ''n'' >= 0, so that lambdas are not required.
 
==References==