Wolfram Language Paclet Repository
Community-contributed installable additions to the Wolfram Language
Utilities for arguments
Contributed by: Ian Ford
Basic utilities for arguments, similar to the utilities Identity and Composition for functions.
To install this paclet in your Wolfram Language environment,
evaluate this code:
PacletInstall["Wolfram/ArgumentTools"]
To load the code after installation, evaluate this code:
Needs["Wolfram`ArgumentTools`"]
Supply Coidentity to a head expression, returning the head expression:
In[1]:= | ![]() |
Out[1]= | ![]() |
Supply a composition of arguments to a function:
In[2]:= | ![]() |
Out[2]= | ![]() |
Wolfram Language Version 13.3