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
Mergent
Symbols
DeconstructExpression
MergeExpression
ReconstructExpression
FaizonZaman`Mergent`
R
e
c
o
n
s
t
r
u
c
t
E
x
p
r
e
s
s
i
o
n
R
e
c
o
n
s
t
r
u
c
t
E
x
p
r
e
s
s
i
o
n
[
h
a
r
g
i
n
d
e
x
]
r
e
t
u
r
n
s
a
n
e
x
p
r
e
s
s
i
o
n
w
i
t
h
h
e
a
d
h
a
n
d
t
h
e
k
e
y
s
o
f
a
r
g
i
n
d
e
x
a
s
a
r
g
u
m
e
n
t
s
Examples
(
1
)
Basic Examples
(
1
)
Reconstruct a deconstructed expression:
I
n
[
1
]
:
=
d
e
c
o
n
=
D
e
c
o
n
s
t
r
u
c
t
E
x
p
r
e
s
s
i
o
n
[
h
e
a
d
[
a
,
b
,
c
]
]
O
u
t
[
1
]
=
h
e
a
d
a
{
1
}
,
b
{
2
}
,
c
{
3
}
I
n
[
2
]
:
=
R
e
c
o
n
s
t
r
u
c
t
E
x
p
r
e
s
s
i
o
n
[
d
e
c
o
n
]
O
u
t
[
2
]
=
h
e
a
d
[
a
,
b
,
c
]
Reconstruct an atomic deconstructed expression:
I
n
[
3
]
:
=
d
e
c
o
n
A
t
o
m
=
D
e
c
o
n
s
t
r
u
c
t
E
x
p
r
e
s
s
i
o
n
[
"
h
e
l
l
o
"
]
O
u
t
[
3
]
=
S
t
r
i
n
g
h
e
l
l
o
{
1
}
I
n
[
4
]
:
=
R
e
c
o
n
s
t
r
u
c
t
E
x
p
r
e
s
s
i
o
n
[
d
e
c
o
n
A
t
o
m
]
O
u
t
[
4
]
=
h
e
l
l
o
S
e
e
A
l
s
o
D
e
c
o
n
s
t
r
u
c
t
E
x
p
r
e
s
s
i
o
n
▪
M
e
r
g
e
E
x
p
r
e
s
s
i
o
n
"
"