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`
M
e
r
g
e
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
[
e
1
,
e
2
,
…
]
m
e
r
g
e
s
t
h
e
e
i
b
y
h
e
a
d
Examples
(
4
)
Basic Examples
(
1
)
Merge expressions with the same head:
I
n
[
1
]
:
=
M
e
r
g
e
E
x
p
r
e
s
s
i
o
n
[
h
e
a
d
[
a
,
b
]
,
h
e
a
d
[
c
,
d
]
,
h
e
e
d
[
e
,
f
]
]
O
u
t
[
1
]
=
{
h
e
a
d
[
{
a
,
c
}
,
{
b
,
d
}
]
,
h
e
e
d
[
{
e
}
,
{
f
}
]
}
Merge expressions of different length:
I
n
[
2
]
:
=
M
e
r
g
e
E
x
p
r
e
s
s
i
o
n
[
h
e
a
d
[
a
,
b
]
,
h
e
a
d
[
c
,
d
,
e
]
]
O
u
t
[
2
]
=
{
h
e
a
d
[
{
a
,
c
}
,
{
b
,
d
}
,
{
e
}
]
}
P
r
o
p
e
r
t
i
e
s
&
R
e
l
a
t
i
o
n
s
(
2
)
P
o
s
s
i
b
l
e
I
s
s
u
e
s
(
1
)
S
e
e
A
l
s
o
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
s
t
r
u
c
t
E
x
p
r
e
s
s
i
o
n
"
"