Wolfram Language
Paclet Repository
Community-contributed installable additions to the Wolfram Language
Primary Navigation
Categories
Cloud & Deployment
Core Language & Structure
Data Manipulation & Analysis
Engineering Data & Computation
External Interfaces & Connections
Financial Data & Computation
Geographic Data & Computation
Geometry
Graphs & Networks
Higher Mathematical Computation
Images
Knowledge Representation & Natural Language
Machine Learning
Notebook Documents & Presentation
Scientific and Medical Data & Computation
Social, Cultural & Linguistic Data
Strings & Text
Symbolic & Numeric Computation
System Operation & Setup
Time-Related Computation
User Interface Construction
Visualization & Graphics
Random Paclet
Alphabetical List
Using Paclets
Create a Paclet
Get Started
Download Definition Notebook
Learn More about
Wolfram Language
Lambda
Guides
Guide
Symbols
BetaReduce
BetaReductions
ColorizeLambda
EnumerateLambdas
EtaReduce
EvalLambda
FunctionLambda
LambdaCombinator
LambdaDiagram
LambdaFunction
LambdaSmiles
LambdaTree
RandomLambda
Wolfram`Lambda`
E
t
a
R
e
d
u
c
e
E
t
a
R
e
d
u
c
e
[
l
a
m
b
d
a
]
p
e
r
f
o
r
m
η
-
r
e
d
u
c
t
i
o
n
λ
.
[
f
[
1
]
]
f
.
E
t
a
R
e
d
u
c
e
[
l
a
m
b
d
a
,
n
]
p
e
r
f
o
r
m
u
p
-
t
o
n
η
-
r
e
d
u
c
t
i
o
n
s
.
Examples
(
1
)
Basic Examples
(
1
)
η
-reduce a lambda expression:
I
n
[
1
]
:
=
E
t
a
R
e
d
u
c
e
[
λ
.
[
λ
.
[
λ
.
[
2
]
[
1
]
]
[
1
]
]
]
O
u
t
[
1
]
=
λ
.
[
1
]
η
-reduce a lambda expression once:
I
n
[
2
]
:
=
E
t
a
R
e
d
u
c
e
[
λ
.
[
λ
.
[
λ
.
[
2
]
[
1
]
]
[
1
]
]
,
1
]
O
u
t
[
2
]
=
λ
.
[
λ
.
[
1
]
[
1
]
]
"
"