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
ArgumentTools
Guides
ArgumentTools
Symbols
Argument
Cocomposition
Coidentity
Cosequence
Cozero
Held
RightCocomposition
Wolfram`ArgumentTools`
A
r
g
u
m
e
n
t
A
r
g
u
m
e
n
t
[
x
]
r
e
p
r
e
s
e
n
t
s
a
n
a
r
g
u
m
e
n
t
w
h
i
c
h
i
s
c
o
m
a
p
p
e
d
o
v
e
r
e
x
p
r
e
s
s
i
o
n
w
h
e
n
b
e
i
n
g
a
p
p
l
i
e
d
o
n
.
A
r
g
u
m
e
n
t
[
x
,
l
v
l
]
c
o
m
a
p
a
t
a
s
p
e
c
i
f
i
e
d
l
e
v
e
l
.
Examples
(
3
)
Basic Examples
(
3
)
Use
A
r
g
u
m
e
n
t
to automatically
C
o
m
a
p
over list of operations:
I
n
[
1
]
:
=
{
f
,
g
,
h
}
@
A
r
g
u
m
e
n
t
[
x
]
O
u
t
[
1
]
=
{
f
[
x
]
,
g
[
x
]
,
h
[
x
]
}
Specify a level (default is the last level):
I
n
[
1
]
:
=
{
{
f
,
{
g
}
}
,
{
h
}
}
@
A
r
g
u
m
e
n
t
[
x
,
{
-
1
}
]
O
u
t
[
1
]
=
{
{
f
[
x
]
,
{
g
[
x
]
}
}
,
{
h
[
x
]
}
}
I
n
[
2
]
:
=
{
{
f
,
{
g
}
}
,
{
h
}
}
@
A
r
g
u
m
e
n
t
[
x
,
1
]
O
u
t
[
2
]
=
{
{
f
,
{
g
}
}
[
x
]
,
{
h
}
[
x
]
}
Specify
H
e
a
d
s
T
r
u
e
to comap over head:
I
n
[
1
]
:
=
{
{
f
,
g
}
,
h
}
@
A
r
g
u
m
e
n
t
[
x
,
H
e
a
d
s
T
r
u
e
]
O
u
t
[
1
]
=
{
x
}
[
{
f
,
g
}
[
x
]
,
h
[
x
]
]
S
e
e
A
l
s
o
"
"