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
CodeEquivalenceUtilities
Guides
Code Equivalence Utilities
Tech Notes
Adding New Transformation Rules
Symbols
CodeEquivalentQ
EquivalenceTestData
FromCanonicalForm
MakeCanonicalForm
ToCanonicalForm
TransformHold
TransformRelease
$AllowedEvaluationPatterns
Wolfram`CodeEquivalenceUtilities`
T
r
a
n
s
f
o
r
m
H
o
l
d
T
r
a
n
s
f
o
r
m
H
o
l
d
[
e
x
p
r
]
r
e
p
r
e
s
e
n
t
s
a
s
u
b
e
x
p
r
e
s
s
i
o
n
t
h
a
t
s
h
o
u
l
d
n
o
t
b
e
t
r
a
n
s
f
o
r
m
e
d
.
D
e
t
a
i
l
s
a
n
d
O
p
t
i
o
n
s
Examples
(
5
)
Basic Examples
(
2
)
Mask part of an expression from transformations:
I
n
[
1
]
:
=
M
a
k
e
C
a
n
o
n
i
c
a
l
F
o
r
m
R
a
n
g
e
T
r
a
n
s
f
o
r
m
H
o
l
d
[
3
+
1
+
2
]
O
u
t
[
1
]
=
T
a
b
l
e
1
∷
,
1
∷
,
1
,
3
+
1
+
2
,
1
Compare to the default behavior:
I
n
[
2
]
:
=
M
a
k
e
C
a
n
o
n
i
c
a
l
F
o
r
m
[
R
a
n
g
e
[
3
+
1
+
2
]
]
O
u
t
[
2
]
=
T
a
b
l
e
1
∷
,
1
∷
,
1
,
6
,
1
Prevent transformation of
R
a
n
g
e
into a
T
a
b
l
e
:
I
n
[
1
]
:
=
M
a
k
e
C
a
n
o
n
i
c
a
l
F
o
r
m
A
r
r
a
y
T
r
a
n
s
f
o
r
m
H
o
l
d
[
R
a
n
g
e
]
,
1
0
O
u
t
[
1
]
=
T
a
b
l
e
R
a
n
g
e
1
∷
,
1
∷
,
1
,
1
0
,
1
Compare to the default behavior:
I
n
[
2
]
:
=
M
a
k
e
C
a
n
o
n
i
c
a
l
F
o
r
m
[
A
r
r
a
y
[
R
a
n
g
e
,
1
0
]
]
O
u
t
[
2
]
=
T
a
b
l
e
T
a
b
l
e
1
∷
,
1
∷
,
1
,
2
∷
,
1
,
2
∷
,
1
,
1
0
,
1
P
r
o
p
e
r
t
i
e
s
&
R
e
l
a
t
i
o
n
s
(
3
)
S
e
e
A
l
s
o
T
r
a
n
s
f
o
r
m
R
e
l
e
a
s
e
▪
M
a
k
e
C
a
n
o
n
i
c
a
l
F
o
r
m
▪
T
o
C
a
n
o
n
i
c
a
l
F
o
r
m
R
e
l
a
t
e
d
G
u
i
d
e
s
▪
C
o
d
e
E
q
u
i
v
a
l
e
n
c
e
U
t
i
l
i
t
i
e
s
"
"